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       RETIRED_StandaloneModalityLUTStorage                 1.2.840.10008.5.1.4.1.1.10
736       RETIRED_StandaloneVOILUTStorage                      1.2.840.10008.5.1.4.1.1.11
737       GrayscaleSoftcopyPresentationStateStorage            1.2.840.10008.5.1.4.1.1.11.1
738       ColorSoftcopyPresentationStateStorage                1.2.840.10008.5.1.4.1.1.11.2
739       PseudoColorSoftcopyPresentationStateStorage          1.2.840.10008.5.1.4.1.1.11.3
740       BlendingSoftcopyPresentationStateStorage             1.2.840.10008.5.1.4.1.1.11.4
741       XAXRFGrayscaleSoftcopyPresentationStateStorage       1.2.840.10008.5.1.4.1.1.11.5
742       GrayscalePlanarMPRVolumetricPresentationStateStorage 1.2.840.10008.5.1.4.1.1.11.6
743       CompositingPlanarMPRVolumetricPresent.StateStorage   1.2.840.10008.5.1.4.1.1.11.7
744       AdvancedBlendingPresentationStateStorage             1.2.840.10008.5.1.4.1.1.11.8
745       VolumeRenderingVolumetricPresentationStateStorage    1.2.840.10008.5.1.4.1.1.11.9
746       SegmentedVolumeRenderingVolumetricPres.StateStorage  1.2.840.10008.5.1.4.1.1.11.10
747       MultipleVolumeRenderingVolumetricPres.StateStorage   1.2.840.10008.5.1.4.1.1.11.11
748       XRayAngiographicImageStorage                         1.2.840.10008.5.1.4.1.1.12.1
749       EnhancedXAImageStorage                               1.2.840.10008.5.1.4.1.1.12.1.1
750       XRayRadiofluoroscopicImageStorage                    1.2.840.10008.5.1.4.1.1.12.2
751       EnhancedXRFImageStorage                              1.2.840.10008.5.1.4.1.1.12.2.1
752       RETIRED_XRayAngiographicBiPlaneImageStorage          1.2.840.10008.5.1.4.1.1.12.3
753       XRay3DAngiographicImageStorage                       1.2.840.10008.5.1.4.1.1.13.1.1
754       XRay3DCraniofacialImageStorage                       1.2.840.10008.5.1.4.1.1.13.1.2
755       BreastTomosynthesisImageStorage                      1.2.840.10008.5.1.4.1.1.13.1.3
756       BreastProjectionXRayImageStorageForPresentation      1.2.840.10008.5.1.4.1.1.13.1.4
757       BreastProjectionXRayImageStorageForProcessing        1.2.840.10008.5.1.4.1.1.13.1.5
758       IntravascularOpt.Coh.Tom.ImageStorageForPresentation 1.2.840.10008.5.1.4.1.1.14.1
759       IntravascularOpt.Coh.Tom.ImageStorageForProcessing   1.2.840.10008.5.1.4.1.1.14.2
760       NuclearMedicineImageStorage                          1.2.840.10008.5.1.4.1.1.20
761       ParametricMapStorage                                 1.2.840.10008.5.1.4.1.1.30
762       RawDataStorage                                       1.2.840.10008.5.1.4.1.1.66
763       SpatialRegistrationStorage                           1.2.840.10008.5.1.4.1.1.66.1
764       SpatialFiducialsStorage                              1.2.840.10008.5.1.4.1.1.66.2
765       DeformableSpatialRegistrationStorage                 1.2.840.10008.5.1.4.1.1.66.3
766       SegmentationStorage                                  1.2.840.10008.5.1.4.1.1.66.4
767       SurfaceSegmentationStorage                           1.2.840.10008.5.1.4.1.1.66.5
768       TractographyResultsStorage                           1.2.840.10008.5.1.4.1.1.66.6
769       RealWorldValueMappingStorage                         1.2.840.10008.5.1.4.1.1.67
770       SurfaceScanMeshStorage                               1.2.840.10008.5.1.4.1.1.68.1
771       SurfaceScanPointCloudStorage                         1.2.840.10008.5.1.4.1.1.68.2
772       RETIRED_VLImageStorage                               1.2.840.10008.5.1.4.1.1.77.1
773       VLEndoscopicImageStorage                             1.2.840.10008.5.1.4.1.1.77.1.1
774       VideoEndoscopicImageStorage                          1.2.840.10008.5.1.4.1.1.77.1.1.1
775       VLMicroscopicImageStorage                            1.2.840.10008.5.1.4.1.1.77.1.2
776       VideoMicroscopicImageStorage                         1.2.840.10008.5.1.4.1.1.77.1.2.1
777       VLSlideCoordinatesMicroscopicImageStorage            1.2.840.10008.5.1.4.1.1.77.1.3
778       VLPhotographicImageStorage                           1.2.840.10008.5.1.4.1.1.77.1.4
779       VideoPhotographicImageStorage                        1.2.840.10008.5.1.4.1.1.77.1.4.1
780       OphthalmicPhotography8BitImageStorage                1.2.840.10008.5.1.4.1.1.77.1.5.1
781       OphthalmicPhotography16BitImageStorage               1.2.840.10008.5.1.4.1.1.77.1.5.2
782       StereometricRelationshipStorage                      1.2.840.10008.5.1.4.1.1.77.1.5.3
783       OphthalmicTomographyImageStorage                     1.2.840.10008.5.1.4.1.1.77.1.5.4
784       WideFieldOphthalmicPhoto.Stereogr.Proj.ImageStorage  1.2.840.10008.5.1.4.1.1.77.1.5.5
785       WideFieldOphthalmicPhotogr.3DCoordinatesImageStorage 1.2.840.10008.5.1.4.1.1.77.1.5.6
786       OphthalmicOpticalCoherenceTomogr.EnFaceImageStorage  1.2.840.10008.5.1.4.1.1.77.1.5.7
787       OphthalmicOpticalCoh.Tomogr.BscanVolumeAnalysisStor. 1.2.840.10008.5.1.4.1.1.77.1.5.8
788       VLWholeSlideMicroscopyImageStorage                   1.2.840.10008.5.1.4.1.1.77.1.6
789       RETIRED_VLMultiframeImageStorage                     1.2.840.10008.5.1.4.1.1.77.2
790       LensometryMeasurementsStorage                        1.2.840.10008.5.1.4.1.1.78.1
791       AutorefractionMeasurementsStorage                    1.2.840.10008.5.1.4.1.1.78.2
792       KeratometryMeasurementsStorage                       1.2.840.10008.5.1.4.1.1.78.3
793       SubjectiveRefractionMeasurementsStorage              1.2.840.10008.5.1.4.1.1.78.4
794       VisualAcuityMeasurementsStorage                      1.2.840.10008.5.1.4.1.1.78.5
795       SpectaclePrescriptionReportStorage                   1.2.840.10008.5.1.4.1.1.78.6
796       OphthalmicAxialMeasurementsStorage                   1.2.840.10008.5.1.4.1.1.78.7
797       IntraocularLensCalculationsStorage                   1.2.840.10008.5.1.4.1.1.78.8
798       MacularGridThicknessAndVolumeReportStorage           1.2.840.10008.5.1.4.1.1.79.1
799       OphthalmicVisualFieldStaticPerimetryMeasurementsSt.  1.2.840.10008.5.1.4.1.1.80.1
800       OphthalmicThicknessMapStorage                        1.2.840.10008.5.1.4.1.1.81.1
801       CornealTopographyMapStorage                          1.2.840.10008.5.1.4.1.1.82.1
802       DRAFT_SRTextStorage                                  1.2.840.10008.5.1.4.1.1.88.1
803       DRAFT_SRAudioStorage                                 1.2.840.10008.5.1.4.1.1.88.2
804       DRAFT_SRDetailStorage                                1.2.840.10008.5.1.4.1.1.88.3
805       DRAFT_SRComprehensiveStorage                         1.2.840.10008.5.1.4.1.1.88.4
806       BasicTextSRStorage                                   1.2.840.10008.5.1.4.1.1.88.11
807       EnhancedSRStorage                                    1.2.840.10008.5.1.4.1.1.88.22
808       ComprehensiveSRStorage                               1.2.840.10008.5.1.4.1.1.88.33
809       Comprehensive3DSRStorage                             1.2.840.10008.5.1.4.1.1.88.34
810       ExtensibleSRStorage                                  1.2.840.10008.5.1.4.1.1.88.35
811       ProcedureLogStorage                                  1.2.840.10008.5.1.4.1.1.88.40
812       MammographyCADSRStorage                              1.2.840.10008.5.1.4.1.1.88.50
813       KeyObjectSelectionDocumentStorage                    1.2.840.10008.5.1.4.1.1.88.59
814       ChestCADSRStorage                                    1.2.840.10008.5.1.4.1.1.88.65
815       XRayRadiationDoseSRStorage                           1.2.840.10008.5.1.4.1.1.88.67
816       RadiopharmaceuticalRadiationDoseSRStorage            1.2.840.10008.5.1.4.1.1.88.68
817       ColonCADSRStorage                                    1.2.840.10008.5.1.4.1.1.88.69
818       ImplantationPlanSRDocumentStorage                    1.2.840.10008.5.1.4.1.1.88.70
819       AcquisitionContextSRStorage                          1.2.840.10008.5.1.4.1.1.88.71
820       SimplifiedAdultEchoSRStorage                         1.2.840.10008.5.1.4.1.1.88.72
821       PatientRadiationDoseSRStorage                        1.2.840.10008.5.1.4.1.1.88.73
822       ContentAssessmentResultsStorage                      1.2.840.10008.5.1.4.1.1.90.1
823       EncapsulatedPDFStorage                               1.2.840.10008.5.1.4.1.1.104.1
824       EncapsulatedCDAStorage                               1.2.840.10008.5.1.4.1.1.104.2
825       EncapsulatedSTLStorage                               1.2.840.10008.5.1.4.1.1.104.3
826       PositronEmissionTomographyImageStorage               1.2.840.10008.5.1.4.1.1.128
827       LegacyConvertedEnhancedPETImageStorage               1.2.840.10008.5.1.4.1.1.128.1
828       RETIRED_StandalonePETCurveStorage                    1.2.840.10008.5.1.4.1.1.129
829       EnhancedPETImageStorage                              1.2.840.10008.5.1.4.1.1.130
830       BasicStructuredDisplayStorage                        1.2.840.10008.5.1.4.1.1.131
831       CTPerformedProcedureProtocolStorage                  1.2.840.10008.5.1.4.1.1.200.2
832       RTImageStorage                                       1.2.840.10008.5.1.4.1.1.481.1
833       RTDoseStorage                                        1.2.840.10008.5.1.4.1.1.481.2
834       RTStructureSetStorage                                1.2.840.10008.5.1.4.1.1.481.3
835       RTBeamsTreatmentRecordStorage                        1.2.840.10008.5.1.4.1.1.481.4
836       RTPlanStorage                                        1.2.840.10008.5.1.4.1.1.481.5
837       RTBrachyTreatmentRecordStorage                       1.2.840.10008.5.1.4.1.1.481.6
838       RTTreatmentSummaryRecordStorage                      1.2.840.10008.5.1.4.1.1.481.7
839       RTIonPlanStorage                                     1.2.840.10008.5.1.4.1.1.481.8
840       RTIonBeamsTreatmentRecordStorage                     1.2.840.10008.5.1.4.1.1.481.9
841       DICOS_CTImageStorage                                 1.2.840.10008.5.1.4.1.1.501.1
842       DICOS_DigitalXRayImageStorageForPresentation         1.2.840.10008.5.1.4.1.1.501.2.1
843       DICOS_DigitalXRayImageStorageForProcessing           1.2.840.10008.5.1.4.1.1.501.2.2
844       DICOS_ThreatDetectionReportStorage                   1.2.840.10008.5.1.4.1.1.501.3
845       DICOS_2DAITStorage                                   1.2.840.10008.5.1.4.1.1.501.4
846       DICOS_3DAITStorage                                   1.2.840.10008.5.1.4.1.1.501.5
847       DICOS_QuadrupoleResonanceStorage                     1.2.840.10008.5.1.4.1.1.501.6
848       DICONDE_EddyCurrentImageStorage                      1.2.840.10008.5.1.4.1.1.601.1
849       DICONDE_EddyCurrentMultiframeImageStorage            1.2.840.10008.5.1.4.1.1.601.2
850       DRAFT_RTBeamsDeliveryInstructionStorage              1.2.840.10008.5.1.4.34.1
851       RTBeamsDeliveryInstructionStorage                    1.2.840.10008.5.1.4.34.7
852       RTBrachyApplicationSetupDeliveryInstructionStorage   1.2.840.10008.5.1.4.34.10
853
854       PrivateShutdownSOPClass                              1.2.276.0.7230010.3.4.1915765545.18030.917282194.0
855
856       The  dcmqrscp  application will accept presentation contexts for all of
857       the above mentioned supported SOP Classes using  any  of  the  transfer
858       syntaxes:
859
860       LittleEndianImplicitTransferSyntax                   1.2.840.10008.1.2
861       LittleEndianExplicitTransferSyntax                   1.2.840.10008.1.2.1
862       BigEndianExplicitTransferSyntax                      1.2.840.10008.1.2.2
863
864       The  dcmqrscp  application  will  prefer  transfer  syntaxes  having an
865       explicit  encoding  over  the  default  implicit  transfer  syntax.  If
866       dcmqrscp   is   running   on   big-endian   hardware   it  will  prefer
867       BigEndianExplicit to LittleEndianExplicit  transfer  syntax  (and  vice
868       versa).  This  behavior  can  be changed with the --prefer options (see
869       above). Depending on these options, the following transfer syntaxes are
870       supported:
871
872       LittleEndianImplicitTransferSyntax                   1.2.840.10008.1.2
873       LittleEndianExplicitTransferSyntax                   1.2.840.10008.1.2.1
874       DeflatedExplicitVRLittleEndianTransferSyntax         1.2.840.10008.1.2.1.99
875       BigEndianExplicitTransferSyntax                      1.2.840.10008.1.2.2
876       JPEGProcess1TransferSyntax                           1.2.840.10008.1.2.4.50
877       JPEGProcess2_4TransferSyntax                         1.2.840.10008.1.2.4.51
878       JPEGProcess14SV1TransferSyntax                       1.2.840.10008.1.2.4.70
879       JPEGLSLosslessTransferSyntax                         1.2.840.10008.1.2.4.80
880       JPEGLSLossyTransferSyntax                            1.2.840.10008.1.2.4.81
881       JPEG2000LosslessOnlyTransferSyntax                   1.2.840.10008.1.2.4.90
882       JPEG2000TransferSyntax                               1.2.840.10008.1.2.4.91
883       MPEG2MainProfileAtMainLevelTransferSyntax            1.2.840.10008.1.2.4.100
884       MPEG2MainProfileAtHighLevelTransferSyntax            1.2.840.10008.1.2.4.101
885       MPEG4HighProfileLevel4_1TransferSyntax               1.2.840.10008.1.2.4.102
886       MPEG4BDcompatibleHighProfileLevel4_1TransferSyntax   1.2.840.10008.1.2.4.103
887       MPEG4HighProfileLevel4_2_For2DVideoTransferSyntax    1.2.840.10008.1.2.4.104
888       MPEG4HighProfileLevel4_2_For3DVideoTransferSyntax    1.2.840.10008.1.2.4.105
889       MPEG4StereoHighProfileLevel4_2TransferSyntax         1.2.840.10008.1.2.4.106
890       HEVCMainProfileLevel5_1TransferSyntax                1.2.840.10008.1.2.4.107
891       HEVCMain10ProfileLevel5_1TransferSyntax              1.2.840.10008.1.2.4.108
892       RLELosslessTransferSyntax                            1.2.840.10008.1.2.5
893
894       The dcmqrscp application does not support extended negotiation.
895
896       Presentation  contexts  for other SOP Classes may be configured via the
897       --assoc-config-file option by  selecting  an  appropriate  profile  for
898       incoming  associations.  The  selected  profile  will override only the
899       above mentioned storage SOP classes, dcmqrscp will accept contexts with
900       the  above  mentioned  FIND, GET, MOVE and private shutdown SOP Classes
901       additionally to the ones defined in the selected profile.  Please  note
902       that  an  appropriate  profile for role negotiation must be defined and
903       used for enabling GET support.
904
905   Query Keys
906       The dcmqrscp application supports the  following  attributes  as  query
907       keys.
908
909       Query/Retrieve Level: PATIENT (or STUDY for the Study Root Q/R model)
910
911       (0010,0010) PatientName
912       (0010,0020) PatientID
913       (0010,0021) IssuerOfPatientID
914       (0010,0030) PatientBirthDate
915       (0010,0032) PatientBirthTime
916       (0010,0040) PatientSex
917       (0010,1000) OtherPatientIDs (retired)
918       (0010,1001) OtherPatientNames
919       (0010,2160) EthnicGroup
920       (0010,4000) PatientComments
921
922       Query/Retrieve Level: STUDY
923
924       (0008,0020) StudyDate
925       (0008,0030) StudyTime
926       (0008,0050) AccessionNumber
927       (0008,0090) ReferringPhysicianName
928       (0008,1030) StudyDescription
929       (0008,1060) NameOfPhysiciansReadingStudy
930       (0008,1080) AdmittingDiagnosesDescription
931       (0010,1010) PatientAge
932       (0010,1020) PatientSize
933       (0010,1030) PatientWeight
934       (0010,2180) Occupation
935       (0010,21B0) AdditionalPatientHistory
936       (0020,000D) StudyInstanceUID
937       (0020,0010) StudyID
938       (0020,1070) RETIRED_OtherStudyNumbers
939
940       Query/Retrieve Level: SERIES
941
942       (0008,0060) Modality
943       (0020,000E) SeriesInstanceUID
944       (0020,0011) SeriesNumber
945
946       Query/Retrieve Level: IMAGE
947
948       (0008,0018) SOPInstanceUID
949       (0020,0013) InstanceNumber
950
951   Configuration
952       The  dcmqrscp  program  uses the same configuration file as the dcmqrti
953       program. See the documentation on configuration for more information.
954
955   Access Control
956       When compiled on Unix platforms with TCP  wrapper  support,  host-based
957       access  control  can  be enabled with the --access-control command line
958       option. In this case the access control rules defined in  the  system's
959       host  access  control  tables  for  dcmqrscp  are enforced. The default
960       locations of the host access control tables  are  /etc/hosts.allow  and
961       /etc/hosts.deny. Further details are described in hosts_access(5).
962

LOGGING

964       The  level  of  logging  output  of  the various command line tools and
965       underlying libraries can be specified by the  user.  By  default,  only
966       errors  and  warnings  are  written to the standard error stream. Using
967       option --verbose also informational messages  like  processing  details
968       are  reported.  Option  --debug  can be used to get more details on the
969       internal activity, e.g. for debugging purposes.  Other  logging  levels
970       can  be  selected  using option --log-level. In --quiet mode only fatal
971       errors are reported. In such very severe error events, the  application
972       will  usually  terminate.  For  more  details  on the different logging
973       levels, see documentation of module 'oflog'.
974
975       In case the logging output should be written to file  (optionally  with
976       logfile  rotation),  to syslog (Unix) or the event log (Windows) option
977       --log-config can be used.  This  configuration  file  also  allows  for
978       directing  only  certain messages to a particular output stream and for
979       filtering certain messages based on the  module  or  application  where
980       they  are  generated.  An  example  configuration  file  is provided in
981       <etcdir>/logger.cfg.
982

COMMAND LINE

984       All command line tools  use  the  following  notation  for  parameters:
985       square  brackets  enclose  optional  values  (0-1), three trailing dots
986       indicate that multiple values are allowed (1-n), a combination of  both
987       means 0 to n values.
988
989       Command line options are distinguished from parameters by a leading '+'
990       or '-' sign, respectively. Usually, order and position of command  line
991       options  are  arbitrary  (i.e.  they  can appear anywhere). However, if
992       options are mutually exclusive the rightmost appearance is  used.  This
993       behavior  conforms  to  the  standard  evaluation  rules of common Unix
994       shells.
995
996       In addition, one or more command files can be specified  using  an  '@'
997       sign  as  a  prefix to the filename (e.g. @command.txt). Such a command
998       argument is replaced by the content  of  the  corresponding  text  file
999       (multiple  whitespaces  are  treated  as a single separator unless they
1000       appear between two quotation marks) prior to  any  further  evaluation.
1001       Please  note  that  a command file cannot contain another command file.
1002       This simple but effective  approach  allows  one  to  summarize  common
1003       combinations  of  options/parameters  and  avoids longish and confusing
1004       command lines (an example is provided in file <datadir>/dumppat.txt).
1005

ENVIRONMENT

1007       The dcmqrscp utility will  attempt  to  load  DICOM  data  dictionaries
1008       specified  in the DCMDICTPATH environment variable. By default, i.e. if
1009       the  DCMDICTPATH  environment   variable   is   not   set,   the   file
1010       <datadir>/dicom.dic  will be loaded unless the dictionary is built into
1011       the application (default for Windows).
1012
1013       The  default  behavior  should  be  preferred   and   the   DCMDICTPATH
1014       environment  variable  only used when alternative data dictionaries are
1015       required. The DCMDICTPATH environment variable has the same  format  as
1016       the  Unix  shell PATH variable in that a colon (':') separates entries.
1017       On Windows systems, a semicolon (';') is used as a separator. The  data
1018       dictionary  code  will  attempt  to  load  each  file  specified in the
1019       DCMDICTPATH environment variable. It is an error if no data  dictionary
1020       can be loaded.
1021

FILES

1023       <docdir>/dcmqrcnf.txt - configuration information
1024       <docdir>/dcmqrset.txt - setup information
1025       <etcdir>/dcmqrscp.cfg - example configuration file
1026       <etcdir>/dcmqrprf.cfg  -  example  configuration  file  for association
1027       profiles
1028

SEE ALSO

1030       dcmqridx(1), dcmqrti(1)
1031
1033       Copyright (C) 1993-2018 by OFFIS e.V., Escherweg  2,  26121  Oldenburg,
1034       Germany.
1035
1036
1037
1038Version 3.6.4                   Thu Nov 29 2018                    dcmqrscp(1)
Impressum