Mercurial > hg > orthanc
comparison Plugins/Engine/PluginsEnumerations.cpp @ 1860:c7d70f659190
DicomToJsonFormat_Simple -> DicomToJsonFormat_Human
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 02 Dec 2015 11:26:52 +0100 |
parents | 0ef4e6e66b56 |
children | a7bea843a7bc |
comparison
equal
deleted
inserted
replaced
1859:4e7c318a3f69 | 1860:c7d70f659190 |
---|---|
224 return DicomToJsonFormat_Full; | 224 return DicomToJsonFormat_Full; |
225 | 225 |
226 case OrthancPluginDicomToJsonFormat_Short: | 226 case OrthancPluginDicomToJsonFormat_Short: |
227 return DicomToJsonFormat_Short; | 227 return DicomToJsonFormat_Short; |
228 | 228 |
229 case OrthancPluginDicomToJsonFormat_Simple: | 229 case OrthancPluginDicomToJsonFormat_Human: |
230 return DicomToJsonFormat_Simple; | 230 return DicomToJsonFormat_Human; |
231 | 231 |
232 default: | 232 default: |
233 throw OrthancException(ErrorCode_ParameterOutOfRange); | 233 throw OrthancException(ErrorCode_ParameterOutOfRange); |
234 } | 234 } |
235 } | 235 } |