Linux: libgdcm: Send dicom images to PACS using gdcmscu.

PHOTO EMBED

Mon Aug 29 2022 15:38:46 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #bash

$ find [folder] -type f -exec gdcmscu -L [log] -D --store --call [Target AET] [HOST] [PORT] {} \; &

#Ej:

$ find /mnt/images/dicom/ -type f -exec gdcmscu -L /tmp/output.log -D --store --call AUTANA localhost 11112 {} \; & 
content_copyCOPY