Browse Source

Update Readme.md

Andrej Studen 4 years ago
parent
commit
10f0554ab8
1 changed files with 3 additions and 0 deletions
  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')
 ```