DraconPern / dovo

Cross-platform software for Importing DICOM CD/files and sending to PACS.
https://www.draconpern.com/software/dovo
GNU General Public License v3.0
37 stars 15 forks source link

Quick Send button #8

Closed DraconPern closed 4 years ago

DraconPern commented 5 years ago

A user requested a quick send or auto send button feature.

Quick send:

The idea of the quick send would allow the user to insert a CD and press "quick send."

This eliminates the following clicks:

What would be even easier for the user is to create autosend mode, so that once you open the program, is just automatically searches for DICOM and sends everything automattically, then exits when complete. You can configure dovo.exe by having it check for autosend.ini in the root dir.

Once configured, when the program is launched, it automatically searches the default dir for dicom files, then auto sends all exams to the default AE title as configured in the ini file. To disable autosend, delete or rename the autosend.ini

Sample autosend.ini

[CONFIG]
dicom_dir="D:\"
auto_send=true
exit_on_complete=true
[DICOM]
dest_aet="PACS"
dest_ip="127.0.0.1"
dest_port="104"
sender_aet="DOVO"