comparison OrthancServer/OrthancFindRequestHandler.cpp @ 682:efc4928be6fb

Recover pixel data for more transfer syntaxes (notably JPEG)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Jan 2014 15:05:14 +0100
parents 41b3e5ccb291
children 2d0a347e8cfc
comparison
equal deleted inserted replaced
680:571583642ce2 682:efc4928be6fb
478 // This resource has probably been deleted during the find request 478 // This resource has probably been deleted during the find request
479 } 479 }
480 } 480 }
481 } 481 }
482 } 482 }
483
484
485
486 /**
487 * TODO : Case-insensitive match for PN value representation (Patient
488 * Name). Case-senstive match for all the other value representations.
489 *
490 * Reference: DICOM PS 3.4
491 * - C.2.2.2.1 ("Single Value Matching")
492 * - C.2.2.2.4 ("Wild Card Matching")
493 * http://medical.nema.org/Dicom/2011/11_04pu.pdf (
494 **/