~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/main/controllers/pacscontroller.cpp

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-01-09 07:37:09 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140109073709-rpuh5x3p3finvtze
Tags: 3.6.0.1228.33+dfsg-1
New upstream release [December 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1613
1613
                                ostr << server->GetWADOURI();
1614
1614
                                if (server->GetWADOURI().find("?") == std::string::npos) {
1615
1615
                                        ostr << "?";
 
1616
                                } else {
 
1617
                                        ostr << "&";
1616
1618
                                }
1617
 
                                ostr << "requestType=WADO&contentType=application%2Fdicom&studyUID=" << studyInstanceUID;
 
1619
                                ostr << "requestType=WADO&contentType=application/dicom&studyUID=" << studyInstanceUID;
1618
1620
                                ostr << "&seriesUID=" << seriesInstanceUID;
1619
1621
                                ostr << "&objectUID=" << (*itSopInstances);
1620
1622
                                std::string url = ostr.str();
1621
1623
 
 
1624
                                LOG_DEBUG("DownloadWADOImages", "Downloading url: " << url)
1622
1625
                                if (link && curr > 1) {
1623
1626
                                        //link it
1624
1627
                                        const IModeloSerie* pSeries;