Skip to content

Commit

Permalink
Merge pull request #1 from JAvRZ/patch-1
Browse files Browse the repository at this point in the history
Add input json file for testing purposes
  • Loading branch information
mkuzak authored Jun 21, 2016
2 parents 60b1cff + 529d0c8 commit f7bf4fa
Showing 1 changed file with 118 additions and 0 deletions.
118 changes: 118 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,121 @@ NA/NaN argument
In call:
"test":"data"
```


# test json file
```
{
"0": {
"id": "1111",
"age": "2016-04-02T22:00:00.000Z",
"dob": "2016-04-02T22:00:00.000Z",
"dot": "2016-04-02T22:00:00.000Z",
"sex": "0",
"education": "3",
"test": [
{
"id": "DART-raw_score",
"label": "raw score",
"Dataset": "DART",
"SPSS name": "DARTRAW",
"highborder": "100.001",
"highweb": "100",
"lowborder": "20",
"lowweb": "0",
"value": 55
},
{
"id": "HADS-anxiety",
"label": "Anxiety scale",
"Dataset": "HADS",
"SPSS name": "HADS_anxiety",
"highborder": "9.001",
"highweb": "21",
"lowborder": "0",
"lowweb": "0",
"value": 12
},
{
"id": "HADS-depression",
"label": "Depression scale",
"Dataset": "HADS",
"SPSS name": "HADS_depression",
"highborder": "9.001",
"highweb": "21",
"lowborder": "0",
"lowweb": "0",
"value": 12
},
{
"id": "HADS-total",
"label": "total score",
"Dataset": "HADS",
"SPSS name": "HADS_total",
"highborder": "13.001",
"highweb": "42",
"lowborder": "0",
"lowweb": "0",
"value": 12
}
]
},
"1": {
"id": "2222",
"age": "2016-04-02T22:00:00.000Z",
"dob": "2016-04-02T22:00:00.000Z",
"dot": "2016-04-02T22:00:00.000Z",
"sex": "1",
"education": "2",
"test": [
{
"id": "DART-raw_score",
"label": "raw score",
"Dataset": "DART",
"SPSS name": "DARTRAW",
"highborder": "100.001",
"highweb": "100",
"lowborder": "20",
"lowweb": "0",
"value": 55
},
{
"id": "HADS-anxiety",
"label": "Anxiety scale",
"Dataset": "HADS",
"SPSS name": "HADS_anxiety",
"highborder": "9.001",
"highweb": "21",
"lowborder": "0",
"lowweb": "0",
"value": 12
},
{
"id": "HADS-depression",
"label": "Depression scale",
"Dataset": "HADS",
"SPSS name": "HADS_depression",
"highborder": "9.001",
"highweb": "21",
"lowborder": "0",
"lowweb": "0",
"value": 12
},
{
"id": "HADS-total",
"label": "total score",
"Dataset": "HADS",
"SPSS name": "HADS_total",
"highborder": "13.001",
"highweb": "42",
"lowborder": "0",
"lowweb": "0",
"value": 12
}
]
},
"conf": "99",
"sig": "oneTailedRight",
"nomative": "2016-01-14"
}
```

0 comments on commit f7bf4fa

Please sign in to comment.