Skip to content

Commit

Permalink
DClient: fix transfers of large studies over slow links from servers …
Browse files Browse the repository at this point in the history
…that require the Q&R connection to remain open until the CMOVE ends
  • Loading branch information
cian committed Mar 5, 2014
1 parent b892f8f commit def4852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dicom/d_client.rb
Expand Up @@ -624,7 +624,7 @@ def perform_move
@link.build_data_fragment(@data_elements, presentation_context_id)
@link.transmit
# Receive confirmation response:
segments = @link.receive_single_transmission
segments = @link.receive_multiple_transmissions
process_returned_data(segments)
end
# Close the DICOM link:
Expand Down

0 comments on commit def4852

Please sign in to comment.