Selaa lähdekoodia

Update Readme.md

Andrej Studen 5 vuotta sitten
vanhempi
commit
10f0554ab8
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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')
 ```