Skip to content

Commit e30be43

Browse files
committed
blank-for-gray-status
ref #539
1 parent a965905 commit e30be43

File tree

4 files changed

+598
-1
lines changed

4 files changed

+598
-1
lines changed

inst/misc/dev-2.credentials

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ redcap_uri,username,project_id,token,comment
3232
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","57","1BB275D06D7A86F8EDA2FB20BDF3A196","decimal comma"
3333
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","58","CC757AD84F18F97B91BD344FA287CB38","decimal dot"
3434
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","59","EB1FD5DDE583364AE605629AB7619397","Validation Types"
35-
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","Blank for Gray Status"
35+
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","60","597BC2FF26B8212D1AC26E614E33B442","Blank for Gray Status"
3636
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","Checkboxes 1"
3737
"https://redcap-dev-2.ouhsc.edu/redcap/api/","myusername","","","Vignette: Reading Longitudinal & Repeating Measures"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
record_id,redcap_data_access_group,name_first,name_last,address,telephone,email,dob,age,sex,demographics_complete,height,weight,bmi,comments,mugshot,health_complete,race___1,race___2,race___3,race___4,race___5,race___6,ethnicity,interpreter_needed,race_and_ethnicity_complete
2+
1,dag_1,Nutmeg,Nutmouse,"14 Rose Cottage St. Kenning UK, 323232","(405) 321-1111",nutty@mouse.com,2003-08-30,11,0,2,7,1,204.1,"Character in a book, with some guessing",mugshot-1.jpg,1,0,0,0,0,1,0,1,0,2
3+
2,dag_1,Tumtum,Nutmouse,"14 Rose Cottage Blvd. Kenning UK 34243","(405) 321-2222",tummy@mouse.comm,2003-03-10,11,1,2,6,1,277.8,"A mouse character from a good book",mugshot-2.jpg,0,0,0,1,0,1,0,1,0,0
4+
3,dag_1,Marcus,Wood,"243 Hill St. Guthrie OK 73402","(405) 321-3333",mw@mwood.net,1934-04-09,80,1,2,180,80,24.7,"completely made up",mugshot-3.jpg,2,0,0,0,1,1,0,0,1,2
5+
4,,Trudy,DAG,"342 Elm Duncanville TX, 75116","(405) 321-4444",peroxide@blonde.com,1952-11-02,61,0,2,165,54,19.8,"This record doesn't have a DAG assigned So call up Trudy on the telephone Send her a letter in the mail",mugshot-4.jpg,2,0,1,0,0,1,0,1,,2
6+
5,dag_2,"John Lee",Walker,"Hotel Suite New Orleans LA, 70115","(405) 321-5555",left@hippocket.com,1955-04-15,59,1,2,193.04,104,27.9,"Had a hand for trouble and a eye for cash He had a gold watch chain and a black mustache",mugshot-5.jpg,0,1,0,0,0,0,1,2,0,2
7+
6,,blank-for-gray,blank-for-gray,,,,,,,0,,,,,,0,0,0,0,0,0,0,,,0
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"Variable / Field Name","Form Name","Section Header","Field Type","Field Label","Choices, Calculations, OR Slider Labels","Field Note","Text Validation Type OR Show Slider Number","Text Validation Min","Text Validation Max",Identifier?,"Branching Logic (Show field only if...)","Required Field?","Custom Alignment","Question Number (surveys only)","Matrix Group Name","Matrix Ranking?","Field Annotation"
2+
record_id,demographics,,text,"Study ID",,,,,,,,,,,,,
3+
name_first,demographics,"Contact Information",text,"First Name",,,,,,y,,,,,,,
4+
name_last,demographics,,text,"Last Name",,,,,,y,,,,,,,
5+
address,demographics,,notes,"Street, City, State, ZIP",,,,,,y,,,,,,,
6+
telephone,demographics,,text,"Phone number",,"Include Area Code",phone,,,y,,,,,,,
7+
email,demographics,,text,E-mail,,,email,,,y,,,,,,,
8+
dob,demographics,,text,"Date of birth",,,date_ymd,,,y,,,,,,,
9+
age,demographics,,text,"Age (years)",,,,,,,,,,,,,
10+
sex,demographics,,radio,Gender,"0, Female | 1, Male",,,,,,,,,,,,
11+
height,health,,text,"Height (cm)",,,number,130,215,,,,,,,,
12+
weight,health,,text,"Weight (kilograms)",,,integer,35,200,,,,,,,,
13+
bmi,health,,text,BMI,,,,,,,,,,,,,
14+
comments,health,"General Comments",notes,Comments,,,,,,,,,,,,,
15+
mugshot,health,,file,Mugshot,,,,,,,,,,,,,
16+
race,race_and_ethnicity,,checkbox,"Race (Select all that apply)","1, American Indian/Alaska Native | 2, Asian | 3, Native Hawaiian or Other Pacific Islander | 4, Black or African American | 5, White | 6, Unknown / Not Reported",,,,,,,,,,,,
17+
ethnicity,race_and_ethnicity,,radio,Ethnicity,"0, Unknown / Not Reported | 1, NOT Hispanic or Latino | 2, Hispanic or Latino",,,,,,,,,,,,
18+
interpreter_needed,race_and_ethnicity,,truefalse,"Are interpreter services requested?",,,,,,,,,,,,,

0 commit comments

Comments
 (0)