Skip to content

Commit

Permalink
update support to Ox 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jtamir committed Aug 17, 2018
1 parent 17e51d5 commit a748c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These tools use the GE Orchestra API. The Orchestra SDK is copyright GE Healthca

## Requirements
* Tested with BART v0.3.01 and v0.4.01. Currently does not support CUDA builds (trivial fix)
* Tested with Ox v1.6
* Tested with Ox v1.6 and Ox v1.7
* Requires cmake 3.6 or higher

## Building
Expand Down
2 changes: 1 addition & 1 deletion src/BartToDicom/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GEDicom::NetworkPointer CommandLine::DicomNetwork()
{
std::cout << "Sending DICOM Image to:" << std::endl;
std::cout << "IP: " << *ip << " Port: " << *port << " Peer: " << *peer << " Title: " << *title << std::endl;
return boost::make_shared<GEDicom::Network>(*ip, *port, *title, *peer);
return boost::make_shared<GEDicom::Network>(*ip, *port, *title, *peer, true);
}

return boost::shared_ptr<GEDicom::Network>();
Expand Down

0 comments on commit a748c95

Please sign in to comment.