Mercurial > hg > orthanc
diff OrthancServer/ServerEnumerations.h @ 1686:14a32b2fa63e
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 07 Oct 2015 13:57:26 +0200 |
parents | d6a93e12b1c1 |
children | 4aaaecae5803 |
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h Wed Oct 07 10:13:42 2015 +0200 +++ b/OrthancServer/ServerEnumerations.h Wed Oct 07 13:57:26 2015 +0200 @@ -100,6 +100,13 @@ ValueRepresentation_Time }; + enum DicomToJsonFormat + { + DicomToJsonFormat_Full, + DicomToJsonFormat_Short, + DicomToJsonFormat_Simple + }; + /** * WARNING: Do not change the explicit values in the enumerations