Skip to content

Commit 4bf4785

Browse files
committed
🔥 Remove excess columns from API call
1 parent 93c3731 commit 4bf4785

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

python_jobs/src/hbnmigration/from_ripple/to_redcap.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,7 @@ def request_potential_participants() -> pd.DataFrame:
3838
**ripple_variables.column_dict(
3939
[
4040
"globalId",
41-
"firstName",
42-
"middleName",
43-
"lastName",
44-
"sex",
45-
"birthday",
46-
"race",
47-
"ethnicity",
48-
"contactForFutureStudies",
49-
"familyId",
50-
"tags",
51-
"dateCreated",
52-
"statusId",
5341
"customId",
54-
"signedConsentForm",
55-
"dateSignedConsentForm",
56-
"age",
57-
"lastContactDate",
58-
"strategyId",
59-
"sourceId",
60-
"siteId",
61-
"dateAddedToStudy",
62-
"cv.desired_result_of_evaluation",
63-
"cv.referral_source_description",
64-
"cv.hx_of_lifetime_substance_dependence",
65-
"cv.referral_source_rt",
66-
"cv.substance_dependence_info",
67-
"cv.substance_dependence",
68-
"cv.preferred_scan_site",
69-
"cv.hbn_enrollment_site",
70-
"cv.participant_track",
7142
"cv.consent_form",
7243
"Participant Contacts",
7344
]

0 commit comments

Comments
 (0)