Method: Orthanc::Instance#export
- Defined in:
- lib/orthanc/instances.rb
#export(payload = {}) ⇒ Object
POST /instances/id/export
42 43 44 |
# File 'lib/orthanc/instances.rb', line 42 def export(payload = {}) # Write the DICOM file in the filesystem where Orthanc is running base_uri["export"].post(payload) end |