salimkanoun / Orthanc-Tools-JS

New web-based version of Orthanc Tools : GUI and high level DICOMs tools based on Orthanc APIs
GNU Affero General Public License v3.0
86 stars 37 forks source link

Export : FTP et SFTP #111

Closed salimkanoun closed 3 years ago

salimkanoun commented 4 years ago

FTP/STP Webdav

A implementer

salimkanoun commented 4 years ago

avec warning si etude exportée non anonymisée

salimkanoun commented 3 years ago

Api export/ftp et api export/webdav

En payload array seriesOrthancID

=> dans le back Recupérer le zip depuis Orthanc => Cf unzip de classe monitoring/cdburner Envoyer le zip via les librairies ftp et webdav Monitorer progression de l'envoi (librairie renvoie la progression ?)

Routes : Post pour créer un envoi => retourner un id get sur /export/{id} => Retourne la progression de l'envoi

Modifier la table options => ftp endpoint => ip, port, protocol (ftp ou sftp), username, password et path Webdav option => ip, port, protocol, username, password et path Transfert syntaxe des dicom

https://github.com/perry-mitchell/webdav-client

https://github.com/patrickjuchli/basic-ftp