comparison OrthancServer/Resources/Configuration.json @ 5744:9d6167ddcb35 find-refactoring-clean

merged default -> find-refactoring-clean
author Alain Mazy <am@orthanc.team>
date Thu, 29 Aug 2024 15:41:42 +0200
parents 078b724dcbf8
children 56352ae88120
comparison
equal deleted inserted replaced
5726:e63538a6d9de 5744:9d6167ddcb35
203 "UnknownSopClassAccepted" : false, 203 "UnknownSopClassAccepted" : false,
204 204
205 // Set the timeout (in seconds) after which the DICOM associations 205 // Set the timeout (in seconds) after which the DICOM associations
206 // are closed by the Orthanc SCP (server) if no further DIMSE 206 // are closed by the Orthanc SCP (server) if no further DIMSE
207 // command is received from the SCU (client). 207 // command is received from the SCU (client).
208 // A value of 0 means "no timeout".
208 "DicomScpTimeout" : 30, 209 "DicomScpTimeout" : 30,
209 210
210 211
211 212
212 /** 213 /**
489 "DicomEchoChecksFind" : false, 490 "DicomEchoChecksFind" : false,
490 491
491 // The timeout (in seconds) after which the DICOM associations are 492 // The timeout (in seconds) after which the DICOM associations are
492 // considered as closed by the Orthanc SCU (client) if the remote 493 // considered as closed by the Orthanc SCU (client) if the remote
493 // DICOM SCP (server) does not answer. 494 // DICOM SCP (server) does not answer.
495 // A value of 0 means "no timeout".
494 "DicomScuTimeout" : 10, 496 "DicomScuTimeout" : 10,
495 497
496 // During a C-STORE SCU request initiated by Orthanc, if the remote 498 // During a C-STORE SCU request initiated by Orthanc, if the remote
497 // modality doesn't support the original transfer syntax of some 499 // modality doesn't support the original transfer syntax of some
498 // DICOM instance, specify which transfer syntax should be preferred 500 // DICOM instance, specify which transfer syntax should be preferred
982 // 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
983 // saved with another "ExtraMainDicomTags" configuration which means that 985 // saved with another "ExtraMainDicomTags" configuration which means that
984 // your response might be incomplete/inconsistent. 986 // your response might be incomplete/inconsistent.
985 // You should call patients|studies|series|instances/../reconstruct to rebuild 987 // You should call patients|studies|series|instances/../reconstruct to rebuild
986 // the DB. You may also check for the "Housekeeper" plugin 988 // the DB. You may also check for the "Housekeeper" plugin
987 "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
988 } 994 }
989 995
990 } 996 }