comparison OrthancServer/Resources/Configuration.json @ 5742:078b724dcbf8

if frame decoding fails, transcode to LittleEndianExplicit using plugins and decode with built-in decoder
author Alain Mazy <am@orthanc.team>
date Thu, 29 Aug 2024 12:33:41 +0200
parents 66c3ca832741
children 56352ae88120 8279eaab0d1d
comparison
equal deleted inserted replaced
5741:ead98edd5bbf 5742:078b724dcbf8
984 // Retrieving a list of Main dicom tags from a resource that has been 984 // Retrieving a list of Main dicom tags from a resource that has been
985 // saved with another "ExtraMainDicomTags" configuration which means that 985 // saved with another "ExtraMainDicomTags" configuration which means that
986 // your response might be incomplete/inconsistent. 986 // your response might be incomplete/inconsistent.
987 // You should call patients|studies|series|instances/../reconstruct to rebuild 987 // You should call patients|studies|series|instances/../reconstruct to rebuild
988 // the DB. You may also check for the "Housekeeper" plugin 988 // the DB. You may also check for the "Housekeeper" plugin
989 "W002_InconsistentDicomTagsInDb": true 989 "W002_InconsistentDicomTagsInDb": true,
990
991 // Display a warning message when Orthanc and its plugins are unable
992 // to decode a frame (new in Orthanc 1.12.5).
993 "W003_DecoderFailure": true
990 } 994 }
991 995
992 } 996 }