Documentation
¶
Overview ¶
Example: DICOM Networking with go-dicom
This example demonstrates SCU (client) and SCP (server) usage for DICOM networking operations including C-ECHO, C-STORE, C-FIND, and C-MOVE.
The go-dicom network package supports all DICOM file types (.dcm, .ima, DICOMDIR, raw DICOM) since it operates on Dataset objects, not file formats.
Usage:
go run examples/networking/main.go
Click to show internal directories.
Click to hide internal directories.