Skip to content

Commit

Permalink
update project definitions w/ images
Browse files Browse the repository at this point in the history
they must have been added since the files were saved last

ref #539
  • Loading branch information
wibeasley committed Oct 12, 2024
1 parent 6aeb250 commit e7db4b3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion inst/misc/dev-2.credentials
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ redcap_uri,username,project_id,token,comment
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","52","64720C527CA236880FBA785C9934F02A","Repeating Instruments --Sparse"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","53","2CEBB70D6F8D13025A389E657DC6E7BA","Delete Single Arm"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","54","14817611F9EA1A6E149BBDC37134E8EA","Delete Multiple Arm"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","longitudinal single arm"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","55","76B4A71A0158BD34C98F10DA72D5F27C","longitudinal single arm"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","decimal comma and dot"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","decimal comma"
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","decimal dot"
Expand Down
2 changes: 1 addition & 1 deletion inst/misc/project-redirection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- repeating-instruments-sparse: 52
- arm-single-delete: 53
- arm-multiple-delete: 54
- arm-single-longitudinal: 0
- arm-single-longitudinal: 55
- decimal-comma-and-dot: 0
- decimal-comma: 0
- decimal-dot: 0
Expand Down
20 changes: 10 additions & 10 deletions inst/test-data/projects/arm-single-longitudinal/data.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
record_id,redcap_event_name,interview_date,weight,collection_complete
1,intake_arm_1,2001-01-01,11,2
1,dischage_arm_1,2001-01-02,12,2
1,follow_up_arm_1,2001-01-03,13,2
2,intake_arm_1,2001-02-01,21,2
2,dischage_arm_1,2001-02-02,22,2
2,follow_up_arm_1,2001-02-03,23,2
3,intake_arm_1,2001-03-01,31,2
3,dischage_arm_1,2001-03-02,32,2
3,follow_up_arm_1,2001-03-03,33,2
record_id,redcap_event_name,interview_date,weight,image_profile,collection_complete
1,intake_arm_1,2001-01-01,11,mugshot-1.jpg,2
1,dischage_arm_1,2001-01-02,12,mugshot-2.jpg,2
1,follow_up_arm_1,2001-01-03,13,mugshot-3.jpg,2
2,intake_arm_1,2001-02-01,21,mugshot-4.jpg,2
2,dischage_arm_1,2001-02-02,22,mugshot-5.jpg,2
2,follow_up_arm_1,2001-02-03,23,,2
3,intake_arm_1,2001-03-01,31,,2
3,dischage_arm_1,2001-03-02,32,,2
3,follow_up_arm_1,2001-03-03,33,,2
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
record_id,collection,,text,"Record ID",,,,,,,,,,,,,
interview_date,collection,,text,interview_date,,,date_ymd,,,,,,,,,,
weight,collection,,text,weight,,,,,,,,,,,,,
image_profile,collection,,file,"Picture of fake patient",,,,,,,,,,,,,
17 changes: 13 additions & 4 deletions inst/test-data/projects/arm-single-longitudinal/project.xml

Large diffs are not rendered by default.

0 comments on commit e7db4b3

Please sign in to comment.