Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Core/Enumerations.h Wed Sep 19 16:06:41 2018 +0200 +++ b/Core/Enumerations.h Wed Sep 19 21:10:49 2018 +0200 @@ -509,7 +509,10 @@ enum DicomFromJsonFlags { DicomFromJsonFlags_DecodeDataUriScheme = (1 << 0), - DicomFromJsonFlags_GenerateIdentifiers = (1 << 1) + DicomFromJsonFlags_GenerateIdentifiers = (1 << 1), + + // Some predefined combinations + DicomFromJsonFlags_None = 0 }; enum DicomVersion