exam.json 651 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "AccessionNumber": "JSON123",
  4. "DateOfBirth": "2020-08-28 00:00:00",
  5. "PatientID": "100015",
  6. "Surname": "Test",
  7. "Forename": "Hilbert",
  8. "Sex": "M",
  9. "Title": null,
  10. "Modality": "MR",
  11. "ExamDescription": "mr knee left",
  12. "ExamRoom": "MR1",
  13. "HospitalName": null,
  14. "PerformingPhysician": null,
  15. "ProcedureID": "200001",
  16. "ProcedureStepID": "200002",
  17. "StudyUID": "1.2.34.567890.1234567890.1",
  18. "ScheduledAET": "MRMODALITY",
  19. "ReferringPhysician": "Smith^John^Md",
  20. "ExamDateAndTime": "2020-08-28 00:00:00"
  21. }
  22. ]