12345678910111213141516171819202122 |
- [
- {
- "AccessionNumber": "JSON123",
- "DateOfBirth": "2020-08-28 00:00:00",
- "PatientID": "100015",
- "Surname": "Test",
- "Forename": "Hilbert",
- "Sex": "M",
- "Title": null,
- "Modality": "MR",
- "ExamDescription": "mr knee left",
- "ExamRoom": "MR1",
- "HospitalName": null,
- "PerformingPhysician": null,
- "ProcedureID": "200001",
- "ProcedureStepID": "200002",
- "StudyUID": "1.2.34.567890.1234567890.1",
- "ScheduledAET": "MRMODALITY",
- "ReferringPhysician": "Smith^John^Md",
- "ExamDateAndTime": "2020-08-28 00:00:00"
- }
- ]
|