Ver código fonte

Update Readme.md

Andrej Studen 4 anos atrás
pai
commit
10f0554ab8
1 arquivos alterados com 3 adições e 0 exclusões
  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')
 ```