Expand description
Orthanc API request and response types.
Structs§
- Delete
Response - Response from deleting a DICOM resource from Orthanc.
- IdAnd
Path - ID and path of an Orthanc resource.
- Instance
- Orthanc instance details response from
/instances/{id}(incomplete) - Instance
Id - ID of a DICOM instance stored by Orthanc.
- JobId
- ID of an Orthanc job.
- JobInfo
- Orthanc job detail response from
/jobs/{id} - Move
ScuJob Query Any - Same data as MoveScuJobQuery but as a struct with Option
fields instead of being an
enum. - Patient
- Orthanc patient detail response from
/patients/{id}(incomplete) - Patient
Id - ID of a patient in Orthanc.
- QueryId
- ID of an Orthanc query to a remote modality.
- Resource
Modification - Generic resource modification job content.
- Series
- Orthanc series detail response from
/series/{id}. - Series
Id - ID of a DICOM series stored by Orthanc.
- Study
- Orthanc study detail response from
/studies/{id}(incomplete) - StudyId
- ID of a DICOM study stored by Orthanc.
Enums§
- JobContent
- The content of an Orthanc job.
- JobState
- Orthanc job state.
- Move
ScuJob Query - The query of a MOVE-SCU job.
- Query
Retrieve Level - DICOM level of a query or retrieve operation.
- Resource
Modification Content - Resource modification job content enum.
- Series
Status - Series completion status.
Traits§
- Anonymizable
Id - ID of an Orthanc resource that can be anonymized.
- Dicom
Resource - Marker trait for DICOM resources stored in Orthanc.
- Dicom
Resource Id - ID of an Orthanc DICOM resource, e.g. patient, study, series, instance.
- Hierarchal
Resource Id - ID of an hierarchal DICOM resource.
- Requested
Tags - A type for the “RequestedDicomTags” field in Orthanc’s JSON response to getting a DICOM patient, study, series, or instance.
- Resource
Id - ID of an Orthanc resource.