DCMTK: storescu: DICOM storage (C-STORE) SCU
The storescu application implements a Service Class User (SCU) for the Storage Service Class. For each DICOM file on the command line it sends a C-STORE message to a Storage Service Class Provider (SCP) and waits for a response. The application can be used to transmit DICOM images and other DICOM co…
DICOM 서버에 파일을 직접 전송해야 할 경우가 있다. 이럴 경우에 사용하는 패키지이다.
apt install dcmtk
파일을 전송할 때 사용하는 프로그램은 storescu 이다.
storescu [options] peer port dcmfile-in...
사용방법은 매우 단순하다. 나의 경우에는 다음과 같이 사용한다.
storescu rcc02.work 4242 /tmp/RAW/echo_new.dcm