participants.json 596 B

1234567891011121314151617181920
  1. {
  2. "age": {
  3. "Description": "age of the participant",
  4. "Units": "years"
  5. },
  6. "sex": {
  7. "Description": "sex of the participant as reported by the participant",
  8. "Levels": {
  9. "M": "male",
  10. "F": "female"
  11. }
  12. },
  13. "group": {
  14. "Description": "clinical description of visual field loss",
  15. "Levels": {
  16. "hemianopia": "participants with homonymous hemianopia as determined by perimetry",
  17. "quadrantanopia": "participants with homonymous quadrantanopia as determined by perimetry"
  18. }
  19. }
  20. }