Mercurial > hg > orthanc
comparison OrthancServer/OrthancFindRequestHandler.cpp @ 810:401a9633e492
configuration into a namespace
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 07 May 2014 16:47:56 +0200 |
parents | 557575fd93e9 |
children | a811bdf8b8eb |
comparison
equal
deleted
inserted
replaced
809:8ce2f69436ca | 810:401a9633e492 |
---|---|
451 ModalityManufacturer manufacturer; | 451 ModalityManufacturer manufacturer; |
452 | 452 |
453 { | 453 { |
454 RemoteModalityParameters modality; | 454 RemoteModalityParameters modality; |
455 | 455 |
456 if (!LookupDicomModalityUsingAETitle(modality, callingAETitle)) | 456 if (!Configuration::LookupDicomModalityUsingAETitle(modality, callingAETitle)) |
457 { | 457 { |
458 throw OrthancException("Unknown modality"); | 458 throw OrthancException("Unknown modality"); |
459 } | 459 } |
460 | 460 |
461 manufacturer = modality.GetManufacturer(); | 461 manufacturer = modality.GetManufacturer(); |