Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 2827:d4fd4614f275
IncomingWorklistRequestFilter() to filter incoming C-FIND worklist queries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 19 Sep 2018 21:10:49 +0200 |
parents | ea7aea6f6a95 |
children | 61a5667f37d9 |
comparison
equal
deleted
inserted
replaced
2826:c277e0421200 | 2827:d4fd4614f275 |
---|---|
507 }; | 507 }; |
508 | 508 |
509 enum DicomFromJsonFlags | 509 enum DicomFromJsonFlags |
510 { | 510 { |
511 DicomFromJsonFlags_DecodeDataUriScheme = (1 << 0), | 511 DicomFromJsonFlags_DecodeDataUriScheme = (1 << 0), |
512 DicomFromJsonFlags_GenerateIdentifiers = (1 << 1) | 512 DicomFromJsonFlags_GenerateIdentifiers = (1 << 1), |
513 | |
514 // Some predefined combinations | |
515 DicomFromJsonFlags_None = 0 | |
513 }; | 516 }; |
514 | 517 |
515 enum DicomVersion | 518 enum DicomVersion |
516 { | 519 { |
517 DicomVersion_2008, | 520 DicomVersion_2008, |