Mercurial > hg > orthanc
comparison OrthancServer/DicomProtocol/DicomUserConnection.cpp @ 692:1a3f9d90a2dd
removed 2 x printf
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Feb 2014 16:57:34 +0100 |
parents | 2d0a347e8cfc |
children | ef4569ae7952 |
comparison
equal
deleted
inserted
replaced
691:a401e295f2db | 692:1a3f9d90a2dd |
---|---|
338 if (manufacturer_ == ModalityManufacturer_ClearCanvas) | 338 if (manufacturer_ == ModalityManufacturer_ClearCanvas) |
339 { | 339 { |
340 // This is a particular case for ClearCanvas, thanks to Peter Somlo <peter.somlo@gmail.com>. | 340 // This is a particular case for ClearCanvas, thanks to Peter Somlo <peter.somlo@gmail.com>. |
341 // https://groups.google.com/d/msg/orthanc-users/j-6C3MAVwiw/iolB9hclom8J | 341 // https://groups.google.com/d/msg/orthanc-users/j-6C3MAVwiw/iolB9hclom8J |
342 // http://www.clearcanvas.ca/Home/Community/OldForums/tabid/526/aff/11/aft/14670/afv/topic/Default.aspx | 342 // http://www.clearcanvas.ca/Home/Community/OldForums/tabid/526/aff/11/aft/14670/afv/topic/Default.aspx |
343 printf("CLEAR CANVAS\n"); | |
344 DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "IMAGE"); | 343 DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "IMAGE"); |
345 } | 344 } |
346 else | 345 else |
347 { | 346 { |
348 printf("GENERIC\n"); | |
349 DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "INSTANCE"); | 347 DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "INSTANCE"); |
350 } | 348 } |
351 | 349 |
352 sopClass = UID_FINDStudyRootQueryRetrieveInformationModel; | 350 sopClass = UID_FINDStudyRootQueryRetrieveInformationModel; |
353 | 351 |