1dcmqrscp(1)                       OFFIS DCMTK                      dcmqrscp(1)
2
3
4

NAME

6       dcmqrscp - DICOM image archive (central test node)
7
8

SYNOPSIS

10       dcmqrscp [options] [port]
11

DESCRIPTION

13       The  Image Central Test Node (dcmqrscp) Application implements a simple
14       image archive. It manages a number of storage areas and  allows  images
15       to  be  stored  in  these storage areas using the DICOM Storage Service
16       Class. It also allows image attributes to be queried and images  to  be
17       retrieved  using  the  DICOM Query/Retrieve Service Class. The dcmqrscp
18       application  also  implements  access  restriction   rules   to   limit
19       operations to specific peer application entities.
20
21       The dcmqrscp application is intended to be used in DICOM demonstrations
22       and as a compatibility test tool. In particular, dcmqrscp  will  delete
23       images if its quota restrictions have been exceeded.
24
25       Caution:  Note  that  the  format  of  dcmqrdb's  binary index.dat file
26       changed on 20130705 due to a bug fix  in  the  corresponding  code.  An
27       index.dat file created before that date will not work with dcmqrdb code
28       compiled after that date but must be re-created. Use dcmqridx for  that
29       task  or  re-send all images to the server after deleting all old files
30       (and creating a new empty index.dat file).
31

PARAMETERS

33       port  tcp/ip port number to listen on (default: in config file)
34

OPTIONS

36   general options
37         -h    --help
38                 print this help text and exit
39
40               --version
41                 print version information and exit
42
43               --arguments
44                 print expanded command line arguments
45
46         -q    --quiet
47                 quiet mode, print no warnings and errors
48
49         -v    --verbose
50                 verbose mode, print processing details
51
52         -d    --debug
53                 debug mode, print debug information
54
55         -ll   --log-level  [l]evel: string constant
56                 (fatal, error, warn, info, debug, trace)
57                 use level l for the logger
58
59         -lc   --log-config  [f]ilename: string
60                 use config file f for the logger
61
62         -c    --config  [f]ilename: string
63                 use specific configuration file
64                 (default: /usr/local/etc/dcmtk/dcmqrscp.cfg)
65
66         # This option allows a specific configuration file to be
67         # specified.  By default, the configuration file in the
68         # system configuration directory ("etc" on Unix systems and
69         # current working directory on Windows systems) with the name
70         # "dcmqrscp.cfg" will be used.  It is an error if a valid
71         # configuration file is not available.  See the documentation
72         # on configuration for more information (dcmqrcnf.txt and the
73         # example configuration file dcmqrscp.cfg).
74
75   multi-process options
76         -s    --single-process
77                 single process mode
78
79         # This option instructs dcmqrscp to run in single process mode.
80         # Normally, dcmqrscp will spawn a new copy of itself to handle
81         # each association.  This option will prevent such copies being
82         # spawned and is particularly useful when running within a
83         # debugger.
84
85               --fork
86                 fork child process for each association (default)
87
88         # Please note that the multi-process options are only available
89         # on systems that support the fork() call, i.e. not on Windows.
90
91   database options
92       association negotiation:
93
94               --require-find
95                 reject all MOVE/GET presentation contexts for
96                 which no corresponding FIND context is proposed
97
98         # This option causes dcmqrscp to enforce a restriction about
99         # FIND and MOVE presentation contexts.  The RSNA'93 demonstration
100         # required that a CTN refuse to accept a presentation context for
101         # a MOVE if a FIND presentation context is not also requested.
102         # This option enforces this restriction.
103
104               --no-parallel-store
105                 reject multiple simultaneous STORE presentation
106                 contexts for one application entity title
107
108         # This option causes dcmqrscp to refuse storage presentations
109         # contexts for AE Titles if another association has already
110         # successfully negotiated storage presentation contexts for the
111         # AE Title.  This option should only be needed for debugging
112         # since the dcmqrscp database back-end sequentialises access via
113         # file-locking.
114
115               --disable-get
116                 disable C-GET support
117
118               --allow-shutdown
119                 allow external shutdown via a private SOP class
120
121       checking identifier validity:
122
123         -XF   --check-find
124                 check C-FIND identifier validity
125
126         # This option causes dcmqrscp database back-end to perform checks
127         # on the Query Identifiers for a C-FIND command.  With this option,
128         # dcmqrscp will reject any queries which do not conform to the very
129         # strict DICOM rules for Query Identifiers.
130
131               --no-check-find
132                 do not check C-FIND identifier validity (default)
133
134         -XM   --check-move
135                 check C-MOVE identifier validity
136
137
138         # This option causes dcmqrscp database back-end to perform checks
139         # on the Query Identifiers for a C-MOVE command.  With this option,
140         # dcmqrscp will reject any queries which do not conform to the very
141         # strict DICOM rules for Query Identifiers.
142
143               --no-check-move
144                 do not check C-MOVE identifier validity (default)
145
146       restriction of move targets:
147
148               --move-unrestricted
149                 do not restrict move destination (default)
150
151         -ZA   --move-aetitle
152                 restrict move destination to requesting AE title
153
154         -ZH   --move-host
155                 restrict move destination to requesting host
156
157         -ZV   --move-vendor
158                 restrict move destination to requesting vendor
159
160       restriction of query/retrieve models:
161
162         -QP   --no-patient-root
163                 do not support Patient Root Q/R models
164
165         -QS   --no-study-root
166                 do not support Study Root Q/R models
167
168         -QO   --no-patient-study
169                 do not support Patient/Study Only Q/R models
170
171   network options
172       association negotiation profiles from configuration file:
173
174         -xf   --assoc-config-file
175                 [f]ilename, [i]n-profile, [o]ut-profile: string
176                 use profile i from f for incoming associations
177                 use profile o from f for outgoing associations
178
179       preferred network transfer syntaxes (incoming associations):
180
181         +x=   --prefer-uncompr
182                 prefer explicit VR local byte order (default)
183
184         +xe   --prefer-little
185                 prefer explicit VR little endian TS
186
187         +xb   --prefer-big
188                 prefer explicit VR big endian TS
189
190         +xs   --prefer-lossless
191                 prefer default JPEG lossless TS
192
193         +xy   --prefer-jpeg8
194                 prefer default JPEG lossy TS for 8 bit data
195
196         +xx   --prefer-jpeg12
197                 prefer default JPEG lossy TS for 12 bit data
198
199         +xv   --prefer-j2k-lossless
200                 prefer JPEG 2000 lossless TS
201
202         +xw   --prefer-j2k-lossy
203                 prefer JPEG 2000 lossy TS
204
205         +xt   --prefer-jls-lossless
206                 prefer JPEG-LS lossless TS
207
208         +xu   --prefer-jls-lossy
209                 prefer JPEG-LS lossy TS
210
211         +xm   --prefer-mpeg2
212                 prefer MPEG2 Main Profile @ Main Level TS
213
214         +xh   --prefer-mpeg2-high
215                 prefer MPEG2 Main Profile @ High Level TS
216
217         +xn   --prefer-mpeg4
218                 prefer MPEG4 AVC/H.264 High Profile / Level 4.1 TS
219
220         +xl   --prefer-mpeg4-bd
221                 prefer MPEG4 AVC/H.264 BD-compatible HP / Level 4.1 TS
222
223         +x2   --prefer-mpeg4-2-2d
224                 prefer MPEG4 AVC/H.264 HP / Level 4.2 TS for 2D Videos
225
226         +x3   --prefer-mpeg4-2-3d
227                 prefer MPEG4 AVC/H.264 HP / Level 4.2 TS for 3D Videos
228
229         +xo   --prefer-mpeg4-2-st
230                 prefer MPEG4 AVC/H.264 Stereo HP / Level 4.2 TS
231
232         +x4   --prefer-hevc
233                 prefer HEVC H.265 Main Profile / Level 5.1 TS
234
235         +x5   --prefer-hevc10
236                 prefer HEVC H.265 Main 10 Profile / Level 5.1 TS
237
238         +xr   --prefer-rle
239                 prefer RLE lossless TS
240
241         +xd   --prefer-deflated
242                 prefer deflated explicit VR little endian TS
243
244         +xi   --implicit
245                 accept implicit VR little endian TS only
246
247       proposed transmission transfer syntaxes (outgoing associations):
248
249         -x=   --propose-uncompr
250                 propose all uncompressed TS, explicit VR
251                 with local byte ordering first (default)
252
253         -xe   --propose-little
254                 propose all uncompressed TS, explicit VR little endian first
255
256         -xb   --propose-big
257                 propose all uncompressed TS, explicit VR big endian first
258
259         -xi   --propose-implicit
260                 propose implicit VR little endian TS only
261
262         -xs   --propose-lossless
263                 propose default JPEG lossless TS
264                 and all uncompressed transfer syntaxes
265
266         -xy   --propose-jpeg8
267                 propose default JPEG lossy TS for 8 bit data
268                 and all uncompressed transfer syntaxes
269
270         -xx   --propose-jpeg12
271                 propose default JPEG lossy TS for 12 bit data
272                 and all uncompressed transfer syntaxes
273
274         -xv   --propose-j2k-lossless
275                 propose JPEG 2000 lossless TS
276                 and all uncompressed transfer syntaxes
277
278         -xw   --propose-j2k-lossy
279                 propose JPEG 2000 lossy TS
280                 and all uncompressed transfer syntaxes
281
282         -xt   --propose-jls-lossless
283                 propose JPEG-LS lossless TS
284                 and all uncompressed transfer syntaxes
285
286         -xu   --propose-jls-lossy
287                 propose JPEG-LS lossy TS
288                 and all uncompressed transfer syntaxes
289
290         -xm   --propose-mpeg2
291                 propose MPEG2 Main Profile @ Main Level TS only
292
293         -xh   --propose-mpeg2-high
294                 propose MPEG2 Main Profile @ High Level TS only
295
296         -xn   --propose-mpeg4
297                 propose MPEG4 AVC/H.264 High Profile / Level 4.1 TS only
298
299         -xl   --propose-mpeg4-bd
300                 propose MPEG4 AVC/H.264 BD-compatible HP / Level 4.1 TS only
301
302         -x2   --propose-mpeg4-2-2d
303                 propose MPEG4 AVC/H.264 HP / Level 4.2 TS for 2D Videos only
304
305         -x3   --propose-mpeg4-2-3d
306                 propose MPEG4 AVC/H.264 HP / Level 4.2 TS for 3D Videos only
307
308         -xo   --propose-mpeg4-2-st
309                 propose MPEG4 AVC/H.264 Stereo HP / Level 4.2 TS only
310
311         -x4   --propose-hevc
312                 propose HEVC H.265 Main Profile / Level 5.1 TS only
313
314         -x5   --propose-hevc10
315                 propose HEVC H.265 Main 10 Profile / Level 5.1 TS only
316
317         -xr   --propose-rle
318                 propose RLE lossless TS
319                 and all uncompressed transfer syntaxes
320
321         -xd   --propose-deflated
322                 propose deflated explicit VR little endian TS
323                 and all uncompressed transfer syntaxes
324
325       network host access control (tcp wrapper):
326
327         -ac   --access-full
328                 accept connections from any host (default)
329
330         +ac   --access-control
331                 enforce host access control rules
332
333       other network options:
334
335         -to   --timeout  [s]econds: integer (default: unlimited)
336                 timeout for connection requests
337
338         -ta   --acse-timeout  [s]econds: integer (default: 30)
339                 timeout for ACSE messages
340
341         -td   --dimse-timeout  [s]econds: integer (default: unlimited)
342                 timeout for DIMSE messages
343
344         -pdu  --max-pdu  [n]umber of bytes: integer (4096..131072)
345                 set max receive pdu to n bytes
346                 (default: use value from configuration file)
347
348         -dhl  --disable-host-lookup
349                 disable hostname lookup
350
351               --refuse
352                 refuse association
353
354               --reject
355                 reject association if no implementation class UID
356
357               --ignore
358                 ignore store data, receive but do not store
359
360         # This option causes dcmqrscp database back-end to ignore
361         # all images received by the Storage Service Class.  All images
362         # will be received from the network but not stored to disk nor
363         # recorded in database.
364
365         -up   --uid-padding
366                 silently correct space-padded UIDs
367
368   processing options
369       specific character set:
370
371         # the following options require support from an underlying character
372         # encoding library (see output of --version on which one is available)
373
374         +Cr   --use-request-charset
375                 try to convert all element values that are affected by
376                 Specific Character Set (0008,0005) to the one specified
377                 in the request data set, fall back to the one specified
378                 via --convert-to-xxx if that is not possible
379                 (default, unless overridden by config file)
380
381         -Cr   --override-charset
382                 convert affected element values to the character set
383                 specified via --convert-to-xxx, ignoring the one
384                 specified in the request
385
386         +A7   --convert-to-ascii
387                 convert affected element values to 7-bit ASCII
388                 (default, unless overridden by config file)
389
390         +U8   --convert-to-utf8
391                 convert affected element values to UTF-8
392
393         +L1   --convert-to-latin1
394                 convert affected element values to ISO 8859-1
395
396         +C    --convert-to-charset  [c]harset: string
397                 convert affected element values to the character set
398                 specified by the DICOM defined term c
399
400         -Ct   --transliterate
401                 try to approximate characters that cannot be
402                 represented through similar looking characters
403
404         -Cd   --discard-illegal
405                 discard characters that cannot be represented
406                 in destination character set
407
408   output options
409       bit preserving mode:
410
411         -B    --normal
412                 allow implicit format conversions (default)
413
414         +B    --bit-preserving
415                 write data exactly as read
416
417       output file format:
418
419         +F    --write-file
420                 write file format (default)
421
422         -F    --write-dataset
423                 write data set without file meta information
424
425       output transfer syntax:
426       (not with --bit-preserving or compressed transmission)
427
428         +t=   --write-xfer-same
429                 write with same TS as input (default)
430
431         +te   --write-xfer-little
432                 write with explicit VR little endian TS
433
434         +tb   --write-xfer-big
435                 write with explicit VR big endian TS
436
437         +ti   --write-xfer-implicit
438                 write with implicit VR little endian TS
439
440         +td   --write-xfer-deflated
441                 write with deflated explicit VR little endian TS
442
443       post-1993 value representations:
444
445         +u    --enable-new-vr
446                 enable support for new VRs (UN/UT) (default)
447
448         -u    --disable-new-vr
449                 disable support for new VRs, convert to OB
450
451       group length encoding (not with --bit-preserving):
452
453         +g=   --group-length-recalc
454                 recalculate group lengths if present (default)
455
456         +g    --group-length-create
457                 always write with group length elements
458
459         -g    --group-length-remove
460                 always write without group length elements
461
462       length encoding in sequences and items (not with --bit-preserving):
463
464         +e    --length-explicit
465                 write with explicit lengths (default)
466
467         -e    --length-undefined
468                 write with undefined lengths
469
470       data set trailing padding (not with --write-dataset or --bit-preserving):
471
472         -p    --padding-off
473                 no padding (default)
474
475         +p    --padding-create  [f]ile-pad [i]tem-pad: integer
476                 align file on multiple of f bytes
477                 and items on multiple of i bytes
478
479       deflate compression level (only with --propose-deflated or
480       --write-xfer-deflated/same):
481
482         +cl   --compression-level  [l]evel: integer (default: 6)
483                 0=uncompressed, 1=fastest, 9=best compression
484

NOTES

486   Operation
487       dcmqrscp waits for another application to connect at  the  presentation
488       address   (port   number)  specified  in  its  configuration  file  (or
489       overridden  by  a  command  line  option).  When  another   application
490       connects,  dcmqrscp  expects  it  to  be a DICOM application and to use
491       calling and called AE  Titles  specified  in  dcmqrscp's  configuration
492       file.  dcmqrscp will accept associations with Presentation Contexts for
493       SOP Classes of the Verification Service Class,  Storage  Service  Class
494       and  Query/Retrieve  Service  Class.  Associations  will be rejected or
495       Presentation Contexts will be refused if the peer application does  not
496       have  appropriate  access rights as specified by dcmqrscp configuration
497       file.
498
499       dcmqrscp will receive images on Presentation Contexts  of  the  Storage
500       Service  Class,  write  them  to a configurable storage area associated
501       with the class AE title, extract attributes from these images and store
502       them  in  a database. dcmqrscp will receive query requests and generate
503       query responses on Presentation Contexts of the Query/Retrieve  Service
504       class.  dcmqrscp  will  receive retrieve requests and generate retrieve
505       responses on Presentation Contexts of the Query/Retrieve Service class.
506       dcmqrscp   will   also   process   C-CANCEL   messages   to   interrupt
507       query/retrieve operations.
508
509       Under normal operations dcmqrscp will never exit, it keeps  on  waiting
510       for new associations until killed.
511
512   DICOM Conformance
513   SCU Conformance
514       The dcmqrscp application supports the following SOP Classes as an SCU:
515
516       VerificationSOPClass                                 1.2.840.10008.1.1
517
518       RETIRED_StoredPrintStorage                           1.2.840.10008.5.1.1.27
519       RETIRED_HardcopyGrayscaleImageStorage                1.2.840.10008.5.1.1.29
520       RETIRED_HardcopyColorImageStorage                    1.2.840.10008.5.1.1.30
521       ComputedRadiographyImageStorage                      1.2.840.10008.5.1.4.1.1.1
522       DigitalXRayImageStorageForPresentation               1.2.840.10008.5.1.4.1.1.1.1
523       DigitalXRayImageStorageForProcessing                 1.2.840.10008.5.1.4.1.1.1.1.1
524       DigitalMammographyXRayImageStorageForPresentation    1.2.840.10008.5.1.4.1.1.1.2
525       DigitalMammographyXRayImageStorageForProcessing      1.2.840.10008.5.1.4.1.1.1.2.1
526       DigitalIntraOralXRayImageStorageForPresentation      1.2.840.10008.5.1.4.1.1.1.3
527       DigitalIntraOralXRayImageStorageForProcessing        1.2.840.10008.5.1.4.1.1.1.3.1
528       CTImageStorage                                       1.2.840.10008.5.1.4.1.1.2
529       EnhancedCTImageStorage                               1.2.840.10008.5.1.4.1.1.2.1
530       LegacyConvertedEnhancedCTImageStorage                1.2.840.10008.5.1.4.1.1.2.2
531       RETIRED_UltrasoundMultiframeImageStorage             1.2.840.10008.5.1.4.1.1.3
532       UltrasoundMultiframeImageStorage                     1.2.840.10008.5.1.4.1.1.3.1
533       MRImageStorage                                       1.2.840.10008.5.1.4.1.1.4
534       EnhancedMRImageStorage                               1.2.840.10008.5.1.4.1.1.4.1
535       MRSpectroscopyStorage                                1.2.840.10008.5.1.4.1.1.4.2
536       EnhancedMRColorImageStorage                          1.2.840.10008.5.1.4.1.1.4.3
537       LegacyConvertedEnhancedMRImageStorage                1.2.840.10008.5.1.4.1.1.4.4
538       RETIRED_NuclearMedicineImageStorage                  1.2.840.10008.5.1.4.1.1.5
539       RETIRED_UltrasoundImageStorage                       1.2.840.10008.5.1.4.1.1.6
540       UltrasoundImageStorage                               1.2.840.10008.5.1.4.1.1.6.1
541       EnhancedUSVolumeStorage                              1.2.840.10008.5.1.4.1.1.6.2
542       SecondaryCaptureImageStorage                         1.2.840.10008.5.1.4.1.1.7
543       MultiframeSingleBitSecondaryCaptureImageStorage      1.2.840.10008.5.1.4.1.1.7.1
544       MultiframeGrayscaleByteSecondaryCaptureImageStorage  1.2.840.10008.5.1.4.1.1.7.2
545       MultiframeGrayscaleWordSecondaryCaptureImageStorage  1.2.840.10008.5.1.4.1.1.7.3
546       MultiframeTrueColorSecondaryCaptureImageStorage      1.2.840.10008.5.1.4.1.1.7.4
547       RETIRED_StandaloneOverlayStorage                     1.2.840.10008.5.1.4.1.1.8
548       RETIRED_StandaloneCurveStorage                       1.2.840.10008.5.1.4.1.1.9
549       TwelveLeadECGWaveformStorage                         1.2.840.10008.5.1.4.1.1.9.1.1
550       GeneralECGWaveformStorage                            1.2.840.10008.5.1.4.1.1.9.1.2
551       AmbulatoryECGWaveformStorage                         1.2.840.10008.5.1.4.1.1.9.1.3
552       HemodynamicWaveformStorage                           1.2.840.10008.5.1.4.1.1.9.2.1
553       CardiacElectrophysiologyWaveformStorage              1.2.840.10008.5.1.4.1.1.9.3.1
554       BasicVoiceAudioWaveformStorage                       1.2.840.10008.5.1.4.1.1.9.4.1
555       GeneralAudioWaveformStorage                          1.2.840.10008.5.1.4.1.1.9.4.2
556       ArterialPulseWaveformStorage                         1.2.840.10008.5.1.4.1.1.9.5.1
557       RespiratoryWaveformStorage                           1.2.840.10008.5.1.4.1.1.9.6.1
558       RETIRED_StandaloneModalityLUTStorage                 1.2.840.10008.5.1.4.1.1.10
559       RETIRED_StandaloneVOILUTStorage                      1.2.840.10008.5.1.4.1.1.11
560       GrayscaleSoftcopyPresentationStateStorage            1.2.840.10008.5.1.4.1.1.11.1
561       ColorSoftcopyPresentationStateStorage                1.2.840.10008.5.1.4.1.1.11.2
562       PseudoColorSoftcopyPresentationStateStorage          1.2.840.10008.5.1.4.1.1.11.3
563       BlendingSoftcopyPresentationStateStorage             1.2.840.10008.5.1.4.1.1.11.4
564       XAXRFGrayscaleSoftcopyPresentationStateStorage       1.2.840.10008.5.1.4.1.1.11.5
565       XRayAngiographicImageStorage                         1.2.840.10008.5.1.4.1.1.12.1
566       EnhancedXAImageStorage                               1.2.840.10008.5.1.4.1.1.12.1.1
567       XRayRadiofluoroscopicImageStorage                    1.2.840.10008.5.1.4.1.1.12.2
568       EnhancedXRFImageStorage                              1.2.840.10008.5.1.4.1.1.12.2.1
569       RETIRED_XRayAngiographicBiPlaneImageStorage          1.2.840.10008.5.1.4.1.1.12.3
570       XRay3DAngiographicImageStorage                       1.2.840.10008.5.1.4.1.1.13.1.1
571       XRay3DCraniofacialImageStorage                       1.2.840.10008.5.1.4.1.1.13.1.2
572       BreastTomosynthesisImageStorage                      1.2.840.10008.5.1.4.1.1.13.1.3
573       IntravascularOpt.Coh.Tom.ImageStorageForPresentation 1.2.840.10008.5.1.4.1.1.14.1
574       IntravascularOpt.Coh.Tom.ImageStorageForProcessing   1.2.840.10008.5.1.4.1.1.14.2
575       NuclearMedicineImageStorage                          1.2.840.10008.5.1.4.1.1.20
576       RawDataStorage                                       1.2.840.10008.5.1.4.1.1.66
577       SpatialRegistrationStorage                           1.2.840.10008.5.1.4.1.1.66.1
578       SpatialFiducialsStorage                              1.2.840.10008.5.1.4.1.1.66.2
579       DeformableSpatialRegistrationStorage                 1.2.840.10008.5.1.4.1.1.66.3
580       SegmentationStorage                                  1.2.840.10008.5.1.4.1.1.66.4
581       SurfaceSegmentationStorage                           1.2.840.10008.5.1.4.1.1.66.5
582       RealWorldValueMappingStorage                         1.2.840.10008.5.1.4.1.1.67
583       SurfaceScanMeshStorage                               1.2.840.10008.5.1.4.1.1.68.1
584       SurfaceScanPointCloudStorage                         1.2.840.10008.5.1.4.1.1.68.2
585       RETIRED_VLImageStorage                               1.2.840.10008.5.1.4.1.1.77.1
586       VLEndoscopicImageStorage                             1.2.840.10008.5.1.4.1.1.77.1.1
587       VideoEndoscopicImageStorage                          1.2.840.10008.5.1.4.1.1.77.1.1.1
588       VLMicroscopicImageStorage                            1.2.840.10008.5.1.4.1.1.77.1.2
589       VideoMicroscopicImageStorage                         1.2.840.10008.5.1.4.1.1.77.1.2.1
590       VLSlideCoordinatesMicroscopicImageStorage            1.2.840.10008.5.1.4.1.1.77.1.3
591       VLPhotographicImageStorage                           1.2.840.10008.5.1.4.1.1.77.1.4
592       VideoPhotographicImageStorage                        1.2.840.10008.5.1.4.1.1.77.1.4.1
593       OphthalmicPhotography8BitImageStorage                1.2.840.10008.5.1.4.1.1.77.1.5.1
594       OphthalmicPhotography16BitImageStorage               1.2.840.10008.5.1.4.1.1.77.1.5.2
595       StereometricRelationshipStorage                      1.2.840.10008.5.1.4.1.1.77.1.5.3
596       OphthalmicTomographyImageStorage                     1.2.840.10008.5.1.4.1.1.77.1.5.4
597       VLWholeSlideMicroscopyImageStorage                   1.2.840.10008.5.1.4.1.1.77.1.6
598       RETIRED_VLMultiframeImageStorage                     1.2.840.10008.5.1.4.1.1.77.2
599       LensometryMeasurementsStorage                        1.2.840.10008.5.1.4.1.1.78.1
600       AutorefractionMeasurementsStorage                    1.2.840.10008.5.1.4.1.1.78.2
601       KeratometryMeasurementsStorage                       1.2.840.10008.5.1.4.1.1.78.3
602       SubjectiveRefractionMeasurementsStorage              1.2.840.10008.5.1.4.1.1.78.4
603       VisualAcuityMeasurementsStorage                      1.2.840.10008.5.1.4.1.1.78.5
604       SpectaclePrescriptionReportStorage                   1.2.840.10008.5.1.4.1.1.78.6
605       OphthalmicAxialMeasurementsStorage                   1.2.840.10008.5.1.4.1.1.78.7
606       IntraocularLensCalculationsStorage                   1.2.840.10008.5.1.4.1.1.78.8
607       MacularGridThicknessAndVolumeReportStorage           1.2.840.10008.5.1.4.1.1.79.1
608       OphthalmicVisualFieldStaticPerimetryMeasurementsSt.  1.2.840.10008.5.1.4.1.1.80.1
609       OphthalmicThicknessMapStorage                        1.2.840.10008.5.1.4.1.1.81.1
610       BasicTextSRStorage                                   1.2.840.10008.5.1.4.1.1.88.11
611       EnhancedSRStorage                                    1.2.840.10008.5.1.4.1.1.88.22
612       ComprehensiveSRStorage                               1.2.840.10008.5.1.4.1.1.88.33
613       Comprehensive3DSRStorage                             1.2.840.10008.5.1.4.1.1.88.34
614       ProcedureLogStorage                                  1.2.840.10008.5.1.4.1.1.88.40
615       MammographyCADSRStorage                              1.2.840.10008.5.1.4.1.1.88.50
616       KeyObjectSelectionDocumentStorage                    1.2.840.10008.5.1.4.1.1.88.59
617       ChestCADSRStorage                                    1.2.840.10008.5.1.4.1.1.88.65
618       XRayRadiationDoseSRStorage                           1.2.840.10008.5.1.4.1.1.88.67
619       ColonCADSRStorage                                    1.2.840.10008.5.1.4.1.1.88.69
620       ImplantationPlanSRDocumentStorage                    1.2.840.10008.5.1.4.1.1.88.70
621       EncapsulatedPDFStorage                               1.2.840.10008.5.1.4.1.1.104.1
622       EncapsulatedCDAStorage                               1.2.840.10008.5.1.4.1.1.104.2
623       PositronEmissionTomographyImageStorage               1.2.840.10008.5.1.4.1.1.128
624       LegacyConvertedEnhancedPETImageStorage               1.2.840.10008.5.1.4.1.1.128.1
625       RETIRED_StandalonePETCurveStorage                    1.2.840.10008.5.1.4.1.1.129
626       EnhancedPETImageStorage                              1.2.840.10008.5.1.4.1.1.130
627       BasicStructuredDisplayStorage                        1.2.840.10008.5.1.4.1.1.131
628       RTImageStorage                                       1.2.840.10008.5.1.4.1.1.481.1
629       RTDoseStorage                                        1.2.840.10008.5.1.4.1.1.481.2
630       RTStructureSetStorage                                1.2.840.10008.5.1.4.1.1.481.3
631       RTBeamsTreatmentRecordStorage                        1.2.840.10008.5.1.4.1.1.481.4
632       RTPlanStorage                                        1.2.840.10008.5.1.4.1.1.481.5
633       RTBrachyTreatmentRecordStorage                       1.2.840.10008.5.1.4.1.1.481.6
634       RTTreatmentSummaryRecordStorage                      1.2.840.10008.5.1.4.1.1.481.7
635       RTIonPlanStorage                                     1.2.840.10008.5.1.4.1.1.481.8
636       RTIonBeamsTreatmentRecordStorage                     1.2.840.10008.5.1.4.1.1.481.9
637       RTBeamsDeliveryInstructionStorage                    1.2.840.10008.5.1.4.34.7
638
639       The  dcmqrscp application will propose presentation contexts for all of
640       the abovementioned supported SOP Classes using the transfer syntaxes:
641
642       LittleEndianImplicitTransferSyntax                   1.2.840.10008.1.2
643       LittleEndianExplicitTransferSyntax                   1.2.840.10008.1.2.1
644       BigEndianExplicitTransferSyntax                      1.2.840.10008.1.2.2
645
646       This default behavior can be changed with the  --propose  options  (see
647       above). Depending on these options, the following transfer syntaxes are
648       supported:
649
650       LittleEndianImplicitTransferSyntax                   1.2.840.10008.1.2
651       LittleEndianExplicitTransferSyntax                   1.2.840.10008.1.2.1
652       DeflatedExplicitVRLittleEndianTransferSyntax         1.2.840.10008.1.2.1.99
653       BigEndianExplicitTransferSyntax                      1.2.840.10008.1.2.2
654       JPEGProcess1TransferSyntax                           1.2.840.10008.1.2.4.50
655       JPEGProcess2_4TransferSyntax                         1.2.840.10008.1.2.4.51
656       JPEGProcess14SV1TransferSyntax                       1.2.840.10008.1.2.4.70
657       JPEGLSLosslessTransferSyntax                         1.2.840.10008.1.2.4.80
658       JPEGLSLossyTransferSyntax                            1.2.840.10008.1.2.4.81
659       JPEG2000LosslessOnlyTransferSyntax                   1.2.840.10008.1.2.4.90
660       JPEG2000TransferSyntax                               1.2.840.10008.1.2.4.91
661       MPEG2MainProfileAtMainLevelTransferSyntax            1.2.840.10008.1.2.4.100
662       MPEG2MainProfileAtHighLevelTransferSyntax            1.2.840.10008.1.2.4.101
663       MPEG4HighProfileLevel4_1TransferSyntax               1.2.840.10008.1.2.4.102
664       MPEG4BDcompatibleHighProfileLevel4_1TransferSyntax   1.2.840.10008.1.2.4.103
665       MPEG4HighProfileLevel4_2_For2DVideoTransferSyntax    1.2.840.10008.1.2.4.104
666       MPEG4HighProfileLevel4_2_For3DVideoTransferSyntax    1.2.840.10008.1.2.4.105
667       MPEG4StereoHighProfileLevel4_2TransferSyntax         1.2.840.10008.1.2.4.106
668       HEVCMainProfileLevel5_1TransferSyntax                1.2.840.10008.1.2.4.107
669       HEVCMain10ProfileLevel5_1TransferSyntax              1.2.840.10008.1.2.4.108
670       RLELosslessTransferSyntax                            1.2.840.10008.1.2.5
671
672       The dcmqrscp application does not support extended negotiation.
673
674       Presentation contexts for other SOP Classes may be configured  via  the
675       --assoc-config-file  option  by  selecting  an  appropriate profile for
676       outgoing associations. The selected profile  will  completely  override
677       the above mentioned default configuration.
678
679   SCP Conformance
680       The dcmqrscp application supports the following SOP Classes as an SCP:
681
682       VerificationSOPClass                                 1.2.840.10008.1.1
683
684       FINDPatientRootQueryRetrieveInformationModel         1.2.840.10008.5.1.4.1.2.1.1
685       FINDPatientStudyOnlyQueryRetrieveInformationModel    1.2.840.10008.5.1.4.1.2.3.1
686       FINDStudyRootQueryRetrieveInformationModel           1.2.840.10008.5.1.4.1.2.2.1
687       GETPatientRootQueryRetrieveInformationModel          1.2.840.10008.5.1.4.1.2.1.3
688       GETPatientStudyOnlyQueryRetrieveInformationModel     1.2.840.10008.5.1.4.1.2.3.3
689       GETStudyRootQueryRetrieveInformationModel            1.2.840.10008.5.1.4.1.2.2.3
690       MOVEPatientRootQueryRetrieveInformationModel         1.2.840.10008.5.1.4.1.2.1.2
691       MOVEPatientStudyOnlyQueryRetrieveInformationModel    1.2.840.10008.5.1.4.1.2.3.2
692       MOVEStudyRootQueryRetrieveInformationModel           1.2.840.10008.5.1.4.1.2.2.2
693
694       RETIRED_StoredPrintStorage                           1.2.840.10008.5.1.1.27
695       RETIRED_HardcopyGrayscaleImageStorage                1.2.840.10008.5.1.1.29
696       RETIRED_HardcopyColorImageStorage                    1.2.840.10008.5.1.1.30
697       ComputedRadiographyImageStorage                      1.2.840.10008.5.1.4.1.1.1
698       DigitalXRayImageStorageForPresentation               1.2.840.10008.5.1.4.1.1.1.1
699       DigitalXRayImageStorageForProcessing                 1.2.840.10008.5.1.4.1.1.1.1.1
700       DigitalMammographyXRayImageStorageForPresentation    1.2.840.10008.5.1.4.1.1.1.2
701       DigitalMammographyXRayImageStorageForProcessing      1.2.840.10008.5.1.4.1.1.1.2.1
702       DigitalIntraOralXRayImageStorageForPresentation      1.2.840.10008.5.1.4.1.1.1.3
703       DigitalIntraOralXRayImageStorageForProcessing        1.2.840.10008.5.1.4.1.1.1.3.1
704       CTImageStorage                                       1.2.840.10008.5.1.4.1.1.2
705       EnhancedCTImageStorage                               1.2.840.10008.5.1.4.1.1.2.1
706       LegacyConvertedEnhancedCTImageStorage                1.2.840.10008.5.1.4.1.1.2.2
707       RETIRED_UltrasoundMultiframeImageStorage             1.2.840.10008.5.1.4.1.1.3
708       UltrasoundMultiframeImageStorage                     1.2.840.10008.5.1.4.1.1.3.1
709       MRImageStorage                                       1.2.840.10008.5.1.4.1.1.4
710       EnhancedMRImageStorage                               1.2.840.10008.5.1.4.1.1.4.1
711       MRSpectroscopyStorage                                1.2.840.10008.5.1.4.1.1.4.2
712       EnhancedMRColorImageStorage                          1.2.840.10008.5.1.4.1.1.4.3
713       LegacyConvertedEnhancedMRImageStorage                1.2.840.10008.5.1.4.1.1.4.4
714       RETIRED_NuclearMedicineImageStorage                  1.2.840.10008.5.1.4.1.1.5
715       RETIRED_UltrasoundImageStorage                       1.2.840.10008.5.1.4.1.1.6
716       UltrasoundImageStorage                               1.2.840.10008.5.1.4.1.1.6.1
717       EnhancedUSVolumeStorage                              1.2.840.10008.5.1.4.1.1.6.2
718       SecondaryCaptureImageStorage                         1.2.840.10008.5.1.4.1.1.7
719       MultiframeSingleBitSecondaryCaptureImageStorage      1.2.840.10008.5.1.4.1.1.7.1
720       MultiframeGrayscaleByteSecondaryCaptureImageStorage  1.2.840.10008.5.1.4.1.1.7.2
721       MultiframeGrayscaleWordSecondaryCaptureImageStorage  1.2.840.10008.5.1.4.1.1.7.3
722       MultiframeTrueColorSecondaryCaptureImageStorage      1.2.840.10008.5.1.4.1.1.7.4
723       RETIRED_StandaloneOverlayStorage                     1.2.840.10008.5.1.4.1.1.8
724       RETIRED_StandaloneCurveStorage                       1.2.840.10008.5.1.4.1.1.9
725       DRAFT_WaveformStorage                                1.2.840.10008.5.1.4.1.1.9.1
726       TwelveLeadECGWaveformStorage                         1.2.840.10008.5.1.4.1.1.9.1.1
727       GeneralECGWaveformStorage                            1.2.840.10008.5.1.4.1.1.9.1.2
728       AmbulatoryECGWaveformStorage                         1.2.840.10008.5.1.4.1.1.9.1.3
729       HemodynamicWaveformStorage                           1.2.840.10008.5.1.4.1.1.9.2.1
730       CardiacElectrophysiologyWaveformStorage              1.2.840.10008.5.1.4.1.1.9.3.1
731       BasicVoiceAudioWaveformStorage                       1.2.840.10008.5.1.4.1.1.9.4.1
732       GeneralAudioWaveformStorage                          1.2.840.10008.5.1.4.1.1.9.4.2
733       ArterialPulseWaveformStorage                         1.2.840.10008.5.1.4.1.1.9.5.1
734       RespiratoryWaveformStorage                           1.2.840.10008.5.1.4.1.1.9.6.1
735       MultichannelRespiratoryWaveformStorage               1.2.840.10008.5.1.4.1.1.9.6.2
736       RoutineScalpElectroencephalogramWaveformStorage      1.2.840.10008.5.1.4.1.1.9.7.1
737       ElectromyogramWaveformStorage                        1.2.840.10008.5.1.4.1.1.9.7.2
738       ElectrooculogramWaveformStorage                      1.2.840.10008.5.1.4.1.1.9.7.3
739       SleepElectroencephalogramWaveformStorage             1.2.840.10008.5.1.4.1.1.9.7.4
740       BodyPositionWaveformStorage                          1.2.840.10008.5.1.4.1.1.9.8.1
741       RETIRED_StandaloneModalityLUTStorage                 1.2.840.10008.5.1.4.1.1.10
742       RETIRED_StandaloneVOILUTStorage                      1.2.840.10008.5.1.4.1.1.11
743       GrayscaleSoftcopyPresentationStateStorage            1.2.840.10008.5.1.4.1.1.11.1
744       ColorSoftcopyPresentationStateStorage                1.2.840.10008.5.1.4.1.1.11.2
745       PseudoColorSoftcopyPresentationStateStorage          1.2.840.10008.5.1.4.1.1.11.3
746       BlendingSoftcopyPresentationStateStorage             1.2.840.10008.5.1.4.1.1.11.4
747       XAXRFGrayscaleSoftcopyPresentationStateStorage       1.2.840.10008.5.1.4.1.1.11.5
748       GrayscalePlanarMPRVolumetricPresentationStateStorage 1.2.840.10008.5.1.4.1.1.11.6
749       CompositingPlanarMPRVolumetricPresent.StateStorage   1.2.840.10008.5.1.4.1.1.11.7
750       AdvancedBlendingPresentationStateStorage             1.2.840.10008.5.1.4.1.1.11.8
751       VolumeRenderingVolumetricPresentationStateStorage    1.2.840.10008.5.1.4.1.1.11.9
752       SegmentedVolumeRenderingVolumetricPres.StateStorage  1.2.840.10008.5.1.4.1.1.11.10
753       MultipleVolumeRenderingVolumetricPres.StateStorage   1.2.840.10008.5.1.4.1.1.11.11
754       XRayAngiographicImageStorage                         1.2.840.10008.5.1.4.1.1.12.1
755       EnhancedXAImageStorage                               1.2.840.10008.5.1.4.1.1.12.1.1
756       XRayRadiofluoroscopicImageStorage                    1.2.840.10008.5.1.4.1.1.12.2
757       EnhancedXRFImageStorage                              1.2.840.10008.5.1.4.1.1.12.2.1
758       RETIRED_XRayAngiographicBiPlaneImageStorage          1.2.840.10008.5.1.4.1.1.12.3
759       XRay3DAngiographicImageStorage                       1.2.840.10008.5.1.4.1.1.13.1.1
760       XRay3DCraniofacialImageStorage                       1.2.840.10008.5.1.4.1.1.13.1.2
761       BreastTomosynthesisImageStorage                      1.2.840.10008.5.1.4.1.1.13.1.3
762       BreastProjectionXRayImageStorageForPresentation      1.2.840.10008.5.1.4.1.1.13.1.4
763       BreastProjectionXRayImageStorageForProcessing        1.2.840.10008.5.1.4.1.1.13.1.5
764       IntravascularOpt.Coh.Tom.ImageStorageForPresentation 1.2.840.10008.5.1.4.1.1.14.1
765       IntravascularOpt.Coh.Tom.ImageStorageForProcessing   1.2.840.10008.5.1.4.1.1.14.2
766       NuclearMedicineImageStorage                          1.2.840.10008.5.1.4.1.1.20
767       ParametricMapStorage                                 1.2.840.10008.5.1.4.1.1.30
768       RawDataStorage                                       1.2.840.10008.5.1.4.1.1.66
769       SpatialRegistrationStorage                           1.2.840.10008.5.1.4.1.1.66.1
770       SpatialFiducialsStorage                              1.2.840.10008.5.1.4.1.1.66.2
771       DeformableSpatialRegistrationStorage                 1.2.840.10008.5.1.4.1.1.66.3
772       SegmentationStorage                                  1.2.840.10008.5.1.4.1.1.66.4
773       SurfaceSegmentationStorage                           1.2.840.10008.5.1.4.1.1.66.5
774       TractographyResultsStorage                           1.2.840.10008.5.1.4.1.1.66.6
775       RealWorldValueMappingStorage                         1.2.840.10008.5.1.4.1.1.67
776       SurfaceScanMeshStorage                               1.2.840.10008.5.1.4.1.1.68.1
777       SurfaceScanPointCloudStorage                         1.2.840.10008.5.1.4.1.1.68.2
778       RETIRED_VLImageStorage                               1.2.840.10008.5.1.4.1.1.77.1
779       VLEndoscopicImageStorage                             1.2.840.10008.5.1.4.1.1.77.1.1
780       VideoEndoscopicImageStorage                          1.2.840.10008.5.1.4.1.1.77.1.1.1
781       VLMicroscopicImageStorage                            1.2.840.10008.5.1.4.1.1.77.1.2
782       VideoMicroscopicImageStorage                         1.2.840.10008.5.1.4.1.1.77.1.2.1
783       VLSlideCoordinatesMicroscopicImageStorage            1.2.840.10008.5.1.4.1.1.77.1.3
784       VLPhotographicImageStorage                           1.2.840.10008.5.1.4.1.1.77.1.4
785       VideoPhotographicImageStorage                        1.2.840.10008.5.1.4.1.1.77.1.4.1
786       OphthalmicPhotography8BitImageStorage                1.2.840.10008.5.1.4.1.1.77.1.5.1
787       OphthalmicPhotography16BitImageStorage               1.2.840.10008.5.1.4.1.1.77.1.5.2
788       StereometricRelationshipStorage                      1.2.840.10008.5.1.4.1.1.77.1.5.3
789       OphthalmicTomographyImageStorage                     1.2.840.10008.5.1.4.1.1.77.1.5.4
790       WideFieldOphthalmicPhoto.Stereogr.Proj.ImageStorage  1.2.840.10008.5.1.4.1.1.77.1.5.5
791       WideFieldOphthalmicPhotogr.3DCoordinatesImageStorage 1.2.840.10008.5.1.4.1.1.77.1.5.6
792       OphthalmicOpticalCoherenceTomogr.EnFaceImageStorage  1.2.840.10008.5.1.4.1.1.77.1.5.7
793       OphthalmicOpticalCoh.Tomogr.BscanVolumeAnalysisStor. 1.2.840.10008.5.1.4.1.1.77.1.5.8
794       VLWholeSlideMicroscopyImageStorage                   1.2.840.10008.5.1.4.1.1.77.1.6
795       DermoscopicPhotographyImageStorage                   1.2.840.10008.5.1.4.1.1.77.1.7
796       RETIRED_VLMultiframeImageStorage                     1.2.840.10008.5.1.4.1.1.77.2
797       LensometryMeasurementsStorage                        1.2.840.10008.5.1.4.1.1.78.1
798       AutorefractionMeasurementsStorage                    1.2.840.10008.5.1.4.1.1.78.2
799       KeratometryMeasurementsStorage                       1.2.840.10008.5.1.4.1.1.78.3
800       SubjectiveRefractionMeasurementsStorage              1.2.840.10008.5.1.4.1.1.78.4
801       VisualAcuityMeasurementsStorage                      1.2.840.10008.5.1.4.1.1.78.5
802       SpectaclePrescriptionReportStorage                   1.2.840.10008.5.1.4.1.1.78.6
803       OphthalmicAxialMeasurementsStorage                   1.2.840.10008.5.1.4.1.1.78.7
804       IntraocularLensCalculationsStorage                   1.2.840.10008.5.1.4.1.1.78.8
805       MacularGridThicknessAndVolumeReportStorage           1.2.840.10008.5.1.4.1.1.79.1
806       OphthalmicVisualFieldStaticPerimetryMeasurementsSt.  1.2.840.10008.5.1.4.1.1.80.1
807       OphthalmicThicknessMapStorage                        1.2.840.10008.5.1.4.1.1.81.1
808       CornealTopographyMapStorage                          1.2.840.10008.5.1.4.1.1.82.1
809       DRAFT_SRTextStorage                                  1.2.840.10008.5.1.4.1.1.88.1
810       DRAFT_SRAudioStorage                                 1.2.840.10008.5.1.4.1.1.88.2
811       DRAFT_SRDetailStorage                                1.2.840.10008.5.1.4.1.1.88.3
812       DRAFT_SRComprehensiveStorage                         1.2.840.10008.5.1.4.1.1.88.4
813       BasicTextSRStorage                                   1.2.840.10008.5.1.4.1.1.88.11
814       EnhancedSRStorage                                    1.2.840.10008.5.1.4.1.1.88.22
815       ComprehensiveSRStorage                               1.2.840.10008.5.1.4.1.1.88.33
816       Comprehensive3DSRStorage                             1.2.840.10008.5.1.4.1.1.88.34
817       ExtensibleSRStorage                                  1.2.840.10008.5.1.4.1.1.88.35
818       ProcedureLogStorage                                  1.2.840.10008.5.1.4.1.1.88.40
819       MammographyCADSRStorage                              1.2.840.10008.5.1.4.1.1.88.50
820       KeyObjectSelectionDocumentStorage                    1.2.840.10008.5.1.4.1.1.88.59
821       ChestCADSRStorage                                    1.2.840.10008.5.1.4.1.1.88.65
822       XRayRadiationDoseSRStorage                           1.2.840.10008.5.1.4.1.1.88.67
823       RadiopharmaceuticalRadiationDoseSRStorage            1.2.840.10008.5.1.4.1.1.88.68
824       ColonCADSRStorage                                    1.2.840.10008.5.1.4.1.1.88.69
825       ImplantationPlanSRDocumentStorage                    1.2.840.10008.5.1.4.1.1.88.70
826       AcquisitionContextSRStorage                          1.2.840.10008.5.1.4.1.1.88.71
827       SimplifiedAdultEchoSRStorage                         1.2.840.10008.5.1.4.1.1.88.72
828       PatientRadiationDoseSRStorage                        1.2.840.10008.5.1.4.1.1.88.73
829       PlannedImagingAgentAdministrationSRStorage           1.2.840.10008.5.1.4.1.1.88.74
830       PerformedImagingAgentAdministrationSRStorage         1.2.840.10008.5.1.4.1.1.88.75
831       EnhancedXRayRadiationDoseSRStorage                   1.2.840.10008.5.1.4.1.1.88.76
832       ContentAssessmentResultsStorage                      1.2.840.10008.5.1.4.1.1.90.1
833       MicroscopyBulkSimpleAnnotationsStorage               1.2.840.10008.5.1.4.1.1.91.1
834       EncapsulatedPDFStorage                               1.2.840.10008.5.1.4.1.1.104.1
835       EncapsulatedCDAStorage                               1.2.840.10008.5.1.4.1.1.104.2
836       EncapsulatedSTLStorage                               1.2.840.10008.5.1.4.1.1.104.3
837       EncapsulatedOBJStorage                               1.2.840.10008.5.1.4.1.1.104.4
838       EncapsulatedMTLStorage                               1.2.840.10008.5.1.4.1.1.104.5
839       PositronEmissionTomographyImageStorage               1.2.840.10008.5.1.4.1.1.128
840       LegacyConvertedEnhancedPETImageStorage               1.2.840.10008.5.1.4.1.1.128.1
841       RETIRED_StandalonePETCurveStorage                    1.2.840.10008.5.1.4.1.1.129
842       EnhancedPETImageStorage                              1.2.840.10008.5.1.4.1.1.130
843       BasicStructuredDisplayStorage                        1.2.840.10008.5.1.4.1.1.131
844       CTPerformedProcedureProtocolStorage                  1.2.840.10008.5.1.4.1.1.200.2
845       XAPerformedProcedureProtocolStorage                  1.2.840.10008.5.1.4.1.1.200.8
846       RTImageStorage                                       1.2.840.10008.5.1.4.1.1.481.1
847       RTDoseStorage                                        1.2.840.10008.5.1.4.1.1.481.2
848       RTStructureSetStorage                                1.2.840.10008.5.1.4.1.1.481.3
849       RTBeamsTreatmentRecordStorage                        1.2.840.10008.5.1.4.1.1.481.4
850       RTPlanStorage                                        1.2.840.10008.5.1.4.1.1.481.5
851       RTBrachyTreatmentRecordStorage                       1.2.840.10008.5.1.4.1.1.481.6
852       RTTreatmentSummaryRecordStorage                      1.2.840.10008.5.1.4.1.1.481.7
853       RTIonPlanStorage                                     1.2.840.10008.5.1.4.1.1.481.8
854       RTIonBeamsTreatmentRecordStorage                     1.2.840.10008.5.1.4.1.1.481.9
855       RTPhysicianIntentStorage                             1.2.840.10008.5.1.4.1.1.481.10
856       RTSegmentAnnotationStorage                           1.2.840.10008.5.1.4.1.1.481.11
857       RTRadiationSetStorage                                1.2.840.10008.5.1.4.1.1.481.12
858       CArmPhotonElectronRadiationStorage                   1.2.840.10008.5.1.4.1.1.481.13
859       TomotherapeuticRadiationStorage                      1.2.840.10008.5.1.4.1.1.481.14
860       RoboticArmRadiationStorage                           1.2.840.10008.5.1.4.1.1.481.15
861       RTRadiationRecordSetStorage                          1.2.840.10008.5.1.4.1.1.481.16
862       RTRadiationSalvageRecordStorage                      1.2.840.10008.5.1.4.1.1.481.17
863       TomotherapeuticRadiationRecordStorage                1.2.840.10008.5.1.4.1.1.481.18
864       CArmPhotonElectronRadiationRecordStorage             1.2.840.10008.5.1.4.1.1.481.19
865       RoboticRadiationRecordStorage                        1.2.840.10008.5.1.4.1.1.481.20
866       RTRadiationSetDeliveryInstructionStorage             1.2.840.10008.5.1.4.1.1.481.21
867       RTTreatmentPreparationStorage                        1.2.840.10008.5.1.4.1.1.481.22
868       DICOS_CTImageStorage                                 1.2.840.10008.5.1.4.1.1.501.1
869       DICOS_DigitalXRayImageStorageForPresentation         1.2.840.10008.5.1.4.1.1.501.2.1
870       DICOS_DigitalXRayImageStorageForProcessing           1.2.840.10008.5.1.4.1.1.501.2.2
871       DICOS_ThreatDetectionReportStorage                   1.2.840.10008.5.1.4.1.1.501.3
872       DICOS_2DAITStorage                                   1.2.840.10008.5.1.4.1.1.501.4
873       DICOS_3DAITStorage                                   1.2.840.10008.5.1.4.1.1.501.5
874       DICOS_QuadrupoleResonanceStorage                     1.2.840.10008.5.1.4.1.1.501.6
875       DICONDE_EddyCurrentImageStorage                      1.2.840.10008.5.1.4.1.1.601.1
876       DICONDE_EddyCurrentMultiframeImageStorage            1.2.840.10008.5.1.4.1.1.601.2
877       DRAFT_RTBeamsDeliveryInstructionStorage              1.2.840.10008.5.1.4.34.1
878       RTBeamsDeliveryInstructionStorage                    1.2.840.10008.5.1.4.34.7
879       RTBrachyApplicationSetupDeliveryInstructionStorage   1.2.840.10008.5.1.4.34.10
880
881       PrivateShutdownSOPClass                              1.2.276.0.7230010.3.4.1915765545.18030.917282194.0
882
883       The  dcmqrscp  application will accept presentation contexts for all of
884       the above mentioned supported SOP Classes using  any  of  the  transfer
885       syntaxes:
886
887       LittleEndianImplicitTransferSyntax                   1.2.840.10008.1.2
888       LittleEndianExplicitTransferSyntax                   1.2.840.10008.1.2.1
889       BigEndianExplicitTransferSyntax                      1.2.840.10008.1.2.2
890
891       The  dcmqrscp  application  will  prefer  transfer  syntaxes  having an
892       explicit  encoding  over  the  default  implicit  transfer  syntax.  If
893       dcmqrscp   is   running   on   big-endian   hardware   it  will  prefer
894       BigEndianExplicit to LittleEndianExplicit  transfer  syntax  (and  vice
895       versa).  This  behavior  can  be changed with the --prefer options (see
896       above). Depending on these options, the following transfer syntaxes are
897       supported:
898
899       LittleEndianImplicitTransferSyntax                   1.2.840.10008.1.2
900       LittleEndianExplicitTransferSyntax                   1.2.840.10008.1.2.1
901       DeflatedExplicitVRLittleEndianTransferSyntax         1.2.840.10008.1.2.1.99
902       BigEndianExplicitTransferSyntax                      1.2.840.10008.1.2.2
903       JPEGProcess1TransferSyntax                           1.2.840.10008.1.2.4.50
904       JPEGProcess2_4TransferSyntax                         1.2.840.10008.1.2.4.51
905       JPEGProcess14SV1TransferSyntax                       1.2.840.10008.1.2.4.70
906       JPEGLSLosslessTransferSyntax                         1.2.840.10008.1.2.4.80
907       JPEGLSLossyTransferSyntax                            1.2.840.10008.1.2.4.81
908       JPEG2000LosslessOnlyTransferSyntax                   1.2.840.10008.1.2.4.90
909       JPEG2000TransferSyntax                               1.2.840.10008.1.2.4.91
910       MPEG2MainProfileAtMainLevelTransferSyntax            1.2.840.10008.1.2.4.100
911       MPEG2MainProfileAtHighLevelTransferSyntax            1.2.840.10008.1.2.4.101
912       MPEG4HighProfileLevel4_1TransferSyntax               1.2.840.10008.1.2.4.102
913       MPEG4BDcompatibleHighProfileLevel4_1TransferSyntax   1.2.840.10008.1.2.4.103
914       MPEG4HighProfileLevel4_2_For2DVideoTransferSyntax    1.2.840.10008.1.2.4.104
915       MPEG4HighProfileLevel4_2_For3DVideoTransferSyntax    1.2.840.10008.1.2.4.105
916       MPEG4StereoHighProfileLevel4_2TransferSyntax         1.2.840.10008.1.2.4.106
917       HEVCMainProfileLevel5_1TransferSyntax                1.2.840.10008.1.2.4.107
918       HEVCMain10ProfileLevel5_1TransferSyntax              1.2.840.10008.1.2.4.108
919       RLELosslessTransferSyntax                            1.2.840.10008.1.2.5
920
921       The dcmqrscp application does not support extended negotiation.
922
923       Presentation  contexts  for other SOP Classes may be configured via the
924       --assoc-config-file option by  selecting  an  appropriate  profile  for
925       incoming  associations.  The  selected  profile  will override only the
926       above mentioned storage SOP classes, dcmqrscp will accept contexts with
927       the  above  mentioned  FIND, GET, MOVE and private shutdown SOP Classes
928       additionally to the ones defined in the selected profile.  Please  note
929       that  an  appropriate  profile for role negotiation must be defined and
930       used for enabling GET support.
931
932   Query Keys
933       The dcmqrscp application supports the  following  attributes  as  query
934       keys.
935
936       Query/Retrieve Level: PATIENT (or STUDY for the Study Root Q/R model)
937
938       (0010,0010) PatientName
939       (0010,0020) PatientID
940       (0010,0021) IssuerOfPatientID
941       (0010,0030) PatientBirthDate
942       (0010,0032) PatientBirthTime
943       (0010,0040) PatientSex
944       (0010,1000) OtherPatientIDs (retired)
945       (0010,1001) OtherPatientNames
946       (0010,2160) EthnicGroup
947       (0010,4000) PatientComments
948
949       Query/Retrieve Level: STUDY
950
951       (0008,0020) StudyDate
952       (0008,0030) StudyTime
953       (0008,0050) AccessionNumber
954       (0008,0090) ReferringPhysicianName
955       (0008,1030) StudyDescription
956       (0008,1060) NameOfPhysiciansReadingStudy
957       (0008,1080) AdmittingDiagnosesDescription
958       (0010,1010) PatientAge
959       (0010,1020) PatientSize
960       (0010,1030) PatientWeight
961       (0010,2180) Occupation
962       (0010,21B0) AdditionalPatientHistory
963       (0020,000D) StudyInstanceUID
964       (0020,0010) StudyID
965       (0020,1070) RETIRED_OtherStudyNumbers
966
967       Query/Retrieve Level: SERIES
968
969       (0008,0060) Modality
970       (0020,000E) SeriesInstanceUID
971       (0020,0011) SeriesNumber
972
973       Query/Retrieve Level: IMAGE
974
975       (0008,0018) SOPInstanceUID
976       (0020,0013) InstanceNumber
977
978   Configuration
979       The  dcmqrscp  program  uses the same configuration file as the dcmqrti
980       program. See the documentation on configuration for more information.
981
982   Access Control
983       When compiled on Unix platforms with TCP  wrapper  support,  host-based
984       access  control  can  be enabled with the --access-control command line
985       option. In this case the access control rules defined in  the  system's
986       host  access  control  tables  for  dcmqrscp  are enforced. The default
987       locations of the host access control tables  are  /etc/hosts.allow  and
988       /etc/hosts.deny. Further details are described in hosts_access(5).
989

LOGGING

991       The  level  of  logging  output  of  the various command line tools and
992       underlying libraries can be specified by the  user.  By  default,  only
993       errors  and  warnings  are  written to the standard error stream. Using
994       option --verbose also informational messages  like  processing  details
995       are  reported.  Option  --debug  can be used to get more details on the
996       internal activity, e.g. for debugging purposes.  Other  logging  levels
997       can  be  selected  using option --log-level. In --quiet mode only fatal
998       errors are reported. In such very severe error events, the  application
999       will  usually  terminate.  For  more  details  on the different logging
1000       levels, see documentation of module 'oflog'.
1001
1002       In case the logging output should be written to file  (optionally  with
1003       logfile  rotation),  to syslog (Unix) or the event log (Windows) option
1004       --log-config can be used.  This  configuration  file  also  allows  for
1005       directing  only  certain messages to a particular output stream and for
1006       filtering certain messages based on the  module  or  application  where
1007       they  are  generated.  An  example  configuration  file  is provided in
1008       <etcdir>/logger.cfg.
1009

COMMAND LINE

1011       All command line tools  use  the  following  notation  for  parameters:
1012       square  brackets  enclose  optional  values  (0-1), three trailing dots
1013       indicate that multiple values are allowed (1-n), a combination of  both
1014       means 0 to n values.
1015
1016       Command line options are distinguished from parameters by a leading '+'
1017       or '-' sign, respectively. Usually, order and position of command  line
1018       options  are  arbitrary  (i.e.  they  can appear anywhere). However, if
1019       options are mutually exclusive the rightmost appearance is  used.  This
1020       behavior  conforms  to  the  standard  evaluation  rules of common Unix
1021       shells.
1022
1023       In addition, one or more command files can be specified  using  an  '@'
1024       sign  as  a  prefix to the filename (e.g. @command.txt). Such a command
1025       argument is replaced by the content  of  the  corresponding  text  file
1026       (multiple  whitespaces  are  treated  as a single separator unless they
1027       appear between two quotation marks) prior to  any  further  evaluation.
1028       Please  note  that  a command file cannot contain another command file.
1029       This simple but effective  approach  allows  one  to  summarize  common
1030       combinations  of  options/parameters  and  avoids longish and confusing
1031       command lines (an example is provided in file <datadir>/dumppat.txt).
1032

ENVIRONMENT

1034       The dcmqrscp utility will  attempt  to  load  DICOM  data  dictionaries
1035       specified  in the DCMDICTPATH environment variable. By default, i.e. if
1036       the  DCMDICTPATH  environment   variable   is   not   set,   the   file
1037       <datadir>/dicom.dic  will be loaded unless the dictionary is built into
1038       the application (default for Windows).
1039
1040       The  default  behavior  should  be  preferred   and   the   DCMDICTPATH
1041       environment  variable  only used when alternative data dictionaries are
1042       required. The DCMDICTPATH environment variable has the same  format  as
1043       the  Unix  shell PATH variable in that a colon (':') separates entries.
1044       On Windows systems, a semicolon (';') is used as a separator. The  data
1045       dictionary  code  will  attempt  to  load  each  file  specified in the
1046       DCMDICTPATH environment variable. It is an error if no data  dictionary
1047       can be loaded.
1048

FILES

1050       <docdir>/dcmqrcnf.txt - configuration information
1051       <docdir>/dcmqrset.txt - setup information
1052       <etcdir>/dcmqrscp.cfg - example configuration file
1053       <etcdir>/dcmqrprf.cfg  -  example  configuration  file  for association
1054       profiles
1055

SEE ALSO

1057       dcmqridx(1), dcmqrti(1)
1058
1060       Copyright (C) 1993-2022 by OFFIS e.V., Escherweg  2,  26121  Oldenburg,
1061       Germany.
1062
1063
1064
1065Version 3.6.7                   Fri Apr 22 2022                    dcmqrscp(1)
Impressum