changeset 1089:b152822fc3cd

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jul 2024 18:36:15 +0200
parents eaf09977e3e9
children 9fdd3714efc1
files Sphinx/source/plugins/python/incoming-cstore-filter.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/python/incoming-cstore-filter.py	Mon Jul 01 10:23:55 2024 +0200
+++ b/Sphinx/source/plugins/python/incoming-cstore-filter.py	Wed Jul 03 18:36:15 2024 +0200
@@ -1,13 +1,11 @@
-import json
 import orthanc
 
-
 # this script accepts 3 instances from STORESCU and then, rejects the next ones
 
 storeScuInstanceCounter = 0
 
 def FilterIncomingCStoreInstance(receivedDicom):
-    # The list ofvalid status codes for DIMSE C-STORE can be found:
+    # The list of valid status codes for DIMSE C-STORE can be found:
     # https://dicom.nema.org/medical/Dicom/2021e/output/chtml/part04/sect_B.2.3.html
 
     global storeScuInstanceCounter