You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`dicom-toolkit-tools`](crates/dicom-toolkit-tools)|`dcmdump`, `echoscu`, etc. | CLI utilities: dump, network SCU/SCP, img2dcm, JPEG-LS/JPEG 2000 compress/decompress (see below) |
38
+
|[`dicom-toolkit-tools`](crates/dicom-toolkit-tools)|`dcmdump`, `echoscu`, etc. | CLI utilities: dump, network SCU/SCP including `getscu`, img2dcm, JPEG-LS/JPEG 2000 compress/decompress (see below) |
39
39
|[`dicom-toolkit-jpeg2000`](crates/dicom-toolkit-jpeg2000)| internal/published fork | Pure-Rust JPEG 2000 engine used by `dicom-toolkit-codec`; published fork with native-bit-depth decode plus DICOM-focused encoder |
The PowerShell scripts also work on macOS and Linux with [PowerShell Core](https://github.com/PowerShell/PowerShell).
526
554
527
-
> **Note:**`03_query` shows command-line patterns but does not execute live queries by default. The `storescp` binary now uses the `DicomServer` framework. C-FIND, C-GET, and C-MOVE SCP handling is available in-process via the library; see [DicomServer](#dicomserver) below. Set `RUN_LIVE=1` to use an external Orthanc instance with the query scripts.
555
+
> **Note:**`03_query` shows command-line patterns but does not execute live retrievals by default. The `storescp` binary now uses the `DicomServer` framework. C-FIND, C-GET, and C-MOVE SCP handling is available in-process via the library; see [DicomServer](#dicomserver) below. Set `RUN_LIVE=1` to use an external Orthanc instance with the query scripts.
0 commit comments