~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/cadxcore/commands/comandopacs.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
*
3
 
*  $Id: comandopacs.cpp 4150 2011-09-14 08:55:21Z tovar $
 
3
*  $Id: comandopacs.cpp 4338 2011-10-27 08:01:08Z tovar $
4
4
*  Ginkgo CADx Project
5
5
*
6
6
*  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
188
188
                                if(rutas.size()==0){
189
189
                                        LOG_WARN("C-MOVE/C-GET", _Std("No results obtained. Maybe you have a wrong PACS server configuration"));
190
190
                                        if (m_pPACSParams->m_informar) {
191
 
                                                GNC::GCS::ControladorEventos::Instance()->ProcesarEvento(new GNC::GCS::Eventos::EventoMensajes(NULL, _Std("No results obtained"), GNC::GCS::Eventos::EventoMensajes::PopUpMessage,false, GNC::GCS::Eventos::EventoMensajes::Error));
 
191
                                                GNC::GCS::ControladorEventos::Instance()->ProcesarEvento(new GNC::GCS::Eventos::EventoMensajes(NULL, _Std("No results obtained in PACS retrieve.\nMaybe study doesn't exist or you have a wrong PACS server configuration."), GNC::GCS::Eventos::EventoMensajes::PopUpMessage,false, GNC::GCS::Eventos::EventoMensajes::Error));
192
192
                                        }
193
193
                                        return;
194
194
                                }