GET /studies/{id}/patient
Operation ID: —
Auth: unknown
Description
Get detailed information about the parent patient of the DICOM study whose Orthanc identifier is provided in the URL
Parameters (4)
(boolean, query, optional)
If present, report the DICOM tags in full format (tags indexed by their hexadecimal format, associated with their symbolic name and their value)
(string, path, required)
Orthanc identifier of the study of interest
(string, query, optional)
If present, list the DICOM Tags you want to list in the response. This argument is a semi-column separated list of DICOM Tags identifiers; e.g: 'requestedTags=0010,0010;PatientBirthDate'. The tags requested tags are returned in the 'RequestedTags' field in the response. Note that, if you are requesting tags that are not listed in the Main Dicom Tags stored in DB, building the response might be slow since Orthanc will need to access the DICOM files. If not specified, Orthanc will return
(boolean, query, optional)
If present, report the DICOM tags in hexadecimal format
No probe data for this endpoint yet.