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   encoding options
369       post-1993 value representations:
370
371         +u    --enable-new-vr
372                 enable support for new VRs (UN/UT) (default)
373
374         -u    --disable-new-vr
375                 disable support for new VRs, convert to OB
376
377         # This option disables generation of new VRs (UN/UT) when writing
378         # DICOM encoded data to a file to the network.  This option can be
379         # used to force compatibility with applications which do not support
380         # these value representations.
381
382   output options
383       bit preserving mode:
384
385         -B    --normal
386                 allow implicit format conversions (default)
387
388         +B    --bit-preserving
389                 write data exactly as read
390
391       output file format:
392
393         +F    --write-file
394                 write file format (default)
395
396         -F    --write-dataset
397                 write data set without file meta information
398
399       output transfer syntax:
400       (not with --bit-preserving or compressed transmission)
401
402         +t=   --write-xfer-same
403                 write with same TS as input (default)
404
405         +te   --write-xfer-little
406                 write with explicit VR little endian TS
407
408         +tb   --write-xfer-big
409                 write with explicit VR big endian TS
410
411         +ti   --write-xfer-implicit
412                 write with implicit VR little endian TS
413
414         +td   --write-xfer-deflated
415                 write with deflated explicit VR little endian TS
416
417       group length encoding (not with --bit-preserving):
418
419         +g=   --group-length-recalc
420                 recalculate group lengths if present (default)
421
422         +g    --group-length-create
423                 always write with group length elements
424
425         -g    --group-length-remove
426                 always write without group length elements
427
428       length encoding in sequences and items (not with --bit-preserving):
429
430         +e    --length-explicit
431                 write with explicit lengths (default)
432
433         -e    --length-undefined
434                 write with undefined lengths
435
436       data set trailing padding (not with --write-dataset or --bit-preserving):
437
438         -p    --padding-off
439                 no padding (default)
440
441         +p    --padding-create  [f]ile-pad [i]tem-pad: integer
442                 align file on multiple of f bytes
443                 and items on multiple of i bytes
444
445       deflate compression level (only with --propose-deflated or
446       --write-xfer-deflated/same):
447
448         +cl   --compression-level  [l]evel: integer (default: 6)
449                 0=uncompressed, 1=fastest, 9=best compression
450
451       specific character set:
452
453         # the following options require support from an underlying character
454         # encoding library (see output of --version on which one is available)
455
456         +Cr   --use-request-charset
457                 try to convert all element values that are affected by
458                 Specific Character Set (0008,0005) to the one specified
459                 in the request data set, fall back to the one specified
460                 via --convert-to-xxx if that is not possible
461                 (default, unless overridden by config file)
462
463         -Cr   --override-charset
464                 convert affected element values to the character
465                 set specified via --convert-to-xxx, ignoring
466                 the one specified in the request
467
468         +A7   --convert-to-ascii
469                 convert affected element values to 7-bit ASCII
470                 (default, unless overridden by config file)
471
472         +U8   --convert-to-utf8
473                 convert affected element values to UTF-8
474
475         +L1   --convert-to-latin1
476                 convert affected element values to ISO 8859-1
477
478         +C    --convert-to-charset  [c]harset: string
479                 convert affected element values to the character set
480                 specified by the DICOM defined term c
481
482         -Ct   --transliterate
483                 try to approximate characters that cannot be
484                 represented through similar looking characters
485
486         -Cd   --discard-illegal
487                 discard characters that cannot be represented
488                 in destination character set
489

NOTES

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

LOGGING

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

COMMAND LINE

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

ENVIRONMENT

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

FILES

1027       <docdir>/dcmqrcnf.txt - configuration information
1028       <docdir>/dcmqrset.txt - setup information
1029       <etcdir>/dcmqrscp.cfg - example configuration file
1030       <etcdir>/dcmqrprf.cfg  -  example  configuration  file  for association
1031       profiles
1032

SEE ALSO

1034       dcmqridx(1), dcmqrti(1)
1035
1037       Copyright (C) 1993-2017 by OFFIS e.V., Escherweg  2,  26121  Oldenburg,
1038       Germany.
1039
1040
1041
1042Version 3.6.2                   Fri Jul 14 2017                    dcmqrscp(1)
Impressum