Andrej Studen 4 лет назад
Родитель
Сommit
10f0554ab8
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Readme.md

+ 3 - 0
Readme.md

@@ -23,5 +23,8 @@ ofb=orthancFileBrowser.orthancFileBrowser(onet)
 ...
 #download seriesId to fname
 ofb.getZip('series',seriesId,fname)
+
+#upload dicom file
+ofb.upload('/path/to/file.dcm')
 ```