Skip to content

Instantly share code, notes, and snippets.

@FMCalisto
Created January 2, 2019 14:14
Show Gist options
  • Save FMCalisto/1a12756268ee80de0ad3a5c55d8e99a2 to your computer and use it in GitHub Desktop.
Save FMCalisto/1a12756268ee80de0ad3a5c55d8e99a2 to your computer and use it in GitHub Desktop.
{
"patientData": {
"patientList": [
{
"studyId": "123456",
"biradsAssis": "4",
"biradsPhys": "4",
"cancerChance": "82"
},
{
"studyId": "654321",
"biradsAssis": "3",
"biradsPhys": "2",
"cancerChance": "33"
},
{
"studyId": "987654",
"biradsAssis": "1",
"biradsPhys": "2",
"cancerChance": "12"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment