Mercurial > hg > orthanc-tests
comparison Database/UnknownSopClassUid.cfg @ 61:967d44407308
test UnknownSopClassAccepted option
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 23 Nov 2015 15:24:45 +0100 |
parents | |
children | 50c694cd5bbf |
comparison
equal
deleted
inserted
replaced
60:cd3c7f70f139 | 61:967d44407308 |
---|---|
1 # | |
2 # Copyright (C) 2003-2010, OFFIS e.V. | |
3 # All rights reserved. See COPYRIGHT file for details. | |
4 # | |
5 # This software and supporting documentation were developed by | |
6 # | |
7 # OFFIS e.V. | |
8 # R&D Division Health | |
9 # Escherweg 2 | |
10 # D-26121 Oldenburg, Germany | |
11 # | |
12 # Module: dcmnet | |
13 # | |
14 # Author: Marco Eichelberg | |
15 # | |
16 # Purpose: Sample configuration file for storescu | |
17 # | |
18 # Last Update: $Author: joergr $ | |
19 # Update Date: $Date: 2010-11-05 10:27:14 $ | |
20 # CVS/RCS Revision: $Revision: 1.13 $ | |
21 # Status: $State: Exp $ | |
22 # | |
23 | |
24 # ============================================================================ | |
25 [[TransferSyntaxes]] | |
26 # ============================================================================ | |
27 | |
28 [Uncompressed] | |
29 TransferSyntax1 = LittleEndianExplicit | |
30 TransferSyntax2 = BigEndianExplicit | |
31 TransferSyntax3 = LittleEndianImplicit | |
32 | |
33 [JPEGBaseline] | |
34 TransferSyntax1 = JPEGBaseline | |
35 | |
36 [JPEGLossless] | |
37 TransferSyntax1 = JPEGLossless:Non-hierarchical-1stOrderPrediction | |
38 | |
39 [RLE] | |
40 TransferSyntax1 = RLELossless | |
41 | |
42 [MPEG2] | |
43 TransferSyntax1 = MPEG2MainProfile@MainLevel | |
44 # | |
45 # commented out the following line since we do not support transcoding of MPEG2 | |
46 # | |
47 #TransferSyntax2 = MPEG2MainProfile@HighLevel | |
48 | |
49 # ============================================================================ | |
50 [[PresentationContexts]] | |
51 # ============================================================================ | |
52 | |
53 [StorageCompressedAndUncompressed] | |
54 # | |
55 # For non-image SOP classes, we only support uncompressed transmission. | |
56 # For image SOP classes, we support JPEG lossy, JPEG lossless and uncompressed. | |
57 # For Ultrasound, we additionally support RLE. | |
58 # The retired and standalone SOP classes are not supported with this profile. | |
59 # | |
60 PresentationContext1 = ComputedRadiographyImageStorage\JPEGBaseline | |
61 PresentationContext2 = ComputedRadiographyImageStorage\JPEGLossless | |
62 PresentationContext3 = ComputedRadiographyImageStorage\Uncompressed | |
63 PresentationContext4 = CTImageStorage\JPEGBaseline | |
64 PresentationContext5 = CTImageStorage\JPEGLossless | |
65 PresentationContext6 = CTImageStorage\Uncompressed | |
66 PresentationContext7 = DigitalIntraOralXRayImageStorageForPresentation\JPEGBaseline | |
67 PresentationContext8 = DigitalIntraOralXRayImageStorageForPresentation\JPEGLossless | |
68 PresentationContext9 = DigitalIntraOralXRayImageStorageForPresentation\Uncompressed | |
69 PresentationContext10 = DigitalIntraOralXRayImageStorageForProcessing\JPEGBaseline | |
70 PresentationContext11 = DigitalIntraOralXRayImageStorageForProcessing\JPEGLossless | |
71 PresentationContext12 = DigitalIntraOralXRayImageStorageForProcessing\Uncompressed | |
72 PresentationContext13 = DigitalMammographyXRayImageStorageForPresentation\JPEGBaseline | |
73 PresentationContext14 = DigitalMammographyXRayImageStorageForPresentation\JPEGLossless | |
74 PresentationContext15 = DigitalMammographyXRayImageStorageForPresentation\Uncompressed | |
75 PresentationContext16 = DigitalMammographyXRayImageStorageForProcessing\JPEGBaseline | |
76 PresentationContext17 = DigitalMammographyXRayImageStorageForProcessing\JPEGLossless | |
77 PresentationContext18 = DigitalMammographyXRayImageStorageForProcessing\Uncompressed | |
78 PresentationContext19 = DigitalXRayImageStorageForPresentation\JPEGBaseline | |
79 PresentationContext20 = DigitalXRayImageStorageForPresentation\JPEGLossless | |
80 PresentationContext21 = DigitalXRayImageStorageForPresentation\Uncompressed | |
81 PresentationContext22 = DigitalXRayImageStorageForProcessing\JPEGBaseline | |
82 PresentationContext23 = DigitalXRayImageStorageForProcessing\JPEGLossless | |
83 PresentationContext24 = DigitalXRayImageStorageForProcessing\Uncompressed | |
84 PresentationContext25 = EnhancedCTImageStorage\JPEGBaseline | |
85 PresentationContext26 = EnhancedCTImageStorage\JPEGLossless | |
86 PresentationContext27 = EnhancedCTImageStorage\Uncompressed | |
87 PresentationContext28 = EnhancedMRImageStorage\JPEGBaseline | |
88 PresentationContext29 = EnhancedMRImageStorage\JPEGLossless | |
89 PresentationContext30 = EnhancedMRImageStorage\Uncompressed | |
90 PresentationContext31 = EnhancedXAImageStorage\JPEGBaseline | |
91 PresentationContext32 = EnhancedXAImageStorage\JPEGLossless | |
92 PresentationContext33 = EnhancedXAImageStorage\Uncompressed | |
93 PresentationContext34 = EnhancedXRFImageStorage\JPEGBaseline | |
94 PresentationContext35 = EnhancedXRFImageStorage\JPEGLossless | |
95 PresentationContext36 = EnhancedXRFImageStorage\Uncompressed | |
96 PresentationContext37 = MRImageStorage\JPEGBaseline | |
97 PresentationContext38 = MRImageStorage\JPEGLossless | |
98 PresentationContext39 = MRImageStorage\Uncompressed | |
99 PresentationContext40 = MultiframeGrayscaleByteSecondaryCaptureImageStorage\JPEGBaseline | |
100 PresentationContext41 = MultiframeGrayscaleByteSecondaryCaptureImageStorage\JPEGLossless | |
101 PresentationContext42 = MultiframeGrayscaleByteSecondaryCaptureImageStorage\Uncompressed | |
102 PresentationContext43 = MultiframeGrayscaleWordSecondaryCaptureImageStorage\JPEGBaseline | |
103 PresentationContext44 = MultiframeGrayscaleWordSecondaryCaptureImageStorage\JPEGLossless | |
104 PresentationContext45 = MultiframeGrayscaleWordSecondaryCaptureImageStorage\Uncompressed | |
105 PresentationContext46 = MultiframeSingleBitSecondaryCaptureImageStorage\JPEGBaseline | |
106 PresentationContext47 = MultiframeSingleBitSecondaryCaptureImageStorage\JPEGLossless | |
107 PresentationContext48 = MultiframeSingleBitSecondaryCaptureImageStorage\Uncompressed | |
108 PresentationContext49 = MultiframeTrueColorSecondaryCaptureImageStorage\JPEGBaseline | |
109 PresentationContext50 = MultiframeTrueColorSecondaryCaptureImageStorage\JPEGLossless | |
110 PresentationContext51 = MultiframeTrueColorSecondaryCaptureImageStorage\Uncompressed | |
111 PresentationContext52 = NuclearMedicineImageStorage\JPEGBaseline | |
112 PresentationContext53 = NuclearMedicineImageStorage\JPEGLossless | |
113 PresentationContext54 = NuclearMedicineImageStorage\Uncompressed | |
114 PresentationContext55 = OphthalmicPhotography16BitImageStorage\JPEGBaseline | |
115 PresentationContext56 = OphthalmicPhotography16BitImageStorage\JPEGLossless | |
116 PresentationContext57 = OphthalmicPhotography16BitImageStorage\Uncompressed | |
117 PresentationContext58 = OphthalmicPhotography8BitImageStorage\JPEGBaseline | |
118 PresentationContext59 = OphthalmicPhotography8BitImageStorage\JPEGLossless | |
119 PresentationContext60 = OphthalmicPhotography8BitImageStorage\Uncompressed | |
120 PresentationContext61 = PositronEmissionTomographyImageStorage\JPEGBaseline | |
121 PresentationContext62 = PositronEmissionTomographyImageStorage\JPEGLossless | |
122 PresentationContext63 = PositronEmissionTomographyImageStorage\Uncompressed | |
123 PresentationContext64 = RTImageStorage\JPEGBaseline | |
124 PresentationContext65 = RTImageStorage\JPEGLossless | |
125 PresentationContext66 = RTImageStorage\Uncompressed | |
126 PresentationContext67 = SecondaryCaptureImageStorage\JPEGBaseline | |
127 PresentationContext68 = SecondaryCaptureImageStorage\JPEGLossless | |
128 PresentationContext69 = SecondaryCaptureImageStorage\Uncompressed | |
129 PresentationContext70 = UltrasoundImageStorage\JPEGBaseline | |
130 PresentationContext71 = UltrasoundImageStorage\JPEGLossless | |
131 PresentationContext72 = UltrasoundImageStorage\RLE | |
132 PresentationContext73 = UltrasoundImageStorage\Uncompressed | |
133 PresentationContext74 = UltrasoundMultiframeImageStorage\JPEGBaseline | |
134 PresentationContext75 = UltrasoundMultiframeImageStorage\JPEGLossless | |
135 PresentationContext76 = UltrasoundMultiframeImageStorage\RLE | |
136 PresentationContext77 = UltrasoundMultiframeImageStorage\Uncompressed | |
137 PresentationContext78 = VLEndoscopicImageStorage\JPEGBaseline | |
138 PresentationContext79 = VLEndoscopicImageStorage\JPEGLossless | |
139 PresentationContext80 = VLEndoscopicImageStorage\Uncompressed | |
140 PresentationContext81 = VLMicroscopicImageStorage\JPEGBaseline | |
141 PresentationContext82 = VLMicroscopicImageStorage\JPEGLossless | |
142 PresentationContext83 = VLMicroscopicImageStorage\Uncompressed | |
143 PresentationContext84 = VLPhotographicImageStorage\JPEGBaseline | |
144 PresentationContext85 = VLPhotographicImageStorage\JPEGLossless | |
145 PresentationContext86 = VLPhotographicImageStorage\Uncompressed | |
146 PresentationContext87 = VLSlideCoordinatesMicroscopicImageStorage\JPEGBaseline | |
147 PresentationContext88 = VLSlideCoordinatesMicroscopicImageStorage\JPEGLossless | |
148 PresentationContext89 = VLSlideCoordinatesMicroscopicImageStorage\Uncompressed | |
149 PresentationContext90 = XRayAngiographicImageStorage\JPEGBaseline | |
150 PresentationContext91 = XRayAngiographicImageStorage\JPEGLossless | |
151 PresentationContext92 = XRayAngiographicImageStorage\Uncompressed | |
152 PresentationContext93 = XRayRadiofluoroscopicImageStorage\JPEGBaseline | |
153 PresentationContext94 = XRayRadiofluoroscopicImageStorage\JPEGLossless | |
154 PresentationContext95 = XRayRadiofluoroscopicImageStorage\Uncompressed | |
155 # | |
156 # the following presentation contexts are for non-image SOP classes | |
157 # | |
158 PresentationContext96 = AmbulatoryECGWaveformStorage\Uncompressed | |
159 PresentationContext97 = BasicTextSRStorage\Uncompressed | |
160 PresentationContext98 = BasicVoiceAudioWaveformStorage\Uncompressed | |
161 PresentationContext99 = CardiacElectrophysiologyWaveformStorage\Uncompressed | |
162 PresentationContext100 = ChestCADSRStorage\Uncompressed | |
163 PresentationContext101 = ColonCADSRStorage\Uncompressed | |
164 PresentationContext102 = ColorSoftcopyPresentationStateStorage\Uncompressed | |
165 PresentationContext103 = ComprehensiveSRStorage\Uncompressed | |
166 PresentationContext104 = EncapsulatedPDFStorage\Uncompressed | |
167 PresentationContext105 = EnhancedSRStorage\Uncompressed | |
168 PresentationContext106 = GeneralECGWaveformStorage\Uncompressed | |
169 PresentationContext107 = GrayscaleSoftcopyPresentationStateStorage\Uncompressed | |
170 PresentationContext108 = HemodynamicWaveformStorage\Uncompressed | |
171 PresentationContext109 = KeyObjectSelectionDocumentStorage\Uncompressed | |
172 PresentationContext110 = MammographyCADSRStorage\Uncompressed | |
173 PresentationContext111 = MRSpectroscopyStorage\Uncompressed | |
174 PresentationContext112 = ProcedureLogStorage\Uncompressed | |
175 PresentationContext113 = PseudoColorSoftcopyPresentationStateStorage\Uncompressed | |
176 PresentationContext114 = RawDataStorage\Uncompressed | |
177 PresentationContext115 = RTBeamsTreatmentRecordStorage\Uncompressed | |
178 PresentationContext116 = RTBrachyTreatmentRecordStorage\Uncompressed | |
179 PresentationContext117 = RTDoseStorage\Uncompressed | |
180 PresentationContext118 = RTPlanStorage\Uncompressed | |
181 PresentationContext119 = RTStructureSetStorage\Uncompressed | |
182 PresentationContext120 = RTTreatmentSummaryRecordStorage\Uncompressed | |
183 PresentationContext121 = SpatialFiducialsStorage\Uncompressed | |
184 PresentationContext122 = SpatialRegistrationStorage\Uncompressed | |
185 PresentationContext123 = StereometricRelationshipStorage\Uncompressed | |
186 #PresentationContext124 = TwelveLeadECGWaveformStorage\Uncompressed | |
187 #PresentationContext125 = XRayRadiationDoseSRStorage\Uncompressed | |
188 PresentationContext124 = 1.2.276.0.19.55.1.5.1.1.1\Uncompressed | |
189 PresentationContext125 = 1.2.276.0.19.55.1.5.1.1.2\Uncompressed | |
190 # | |
191 # the new video objects are only negotiated with MPEG2 transfer syntax | |
192 # | |
193 PresentationContext126 = VideoEndoscopicImageStorage\MPEG2 | |
194 PresentationContext127 = VideoMicroscopicImageStorage\MPEG2 | |
195 PresentationContext128 = VideoPhotographicImageStorage\MPEG2 | |
196 # | |
197 # the following SOP classes are missing in the above list: | |
198 # | |
199 # - ArterialPulseWaveformStorage | |
200 # - AutorefractionMeasurementsStorage | |
201 # - BasicStructuredDisplayStorage | |
202 # - BlendingSoftcopyPresentationStateStorage | |
203 # - BreastTomosynthesisImageStorage | |
204 # - DeformableSpatialRegistrationStorage | |
205 # - EncapsulatedCDAStorage | |
206 # - EnhancedMRColorImageStorage | |
207 # - EnhancedPETImageStorage | |
208 # - EnhancedUSVolumeStorage | |
209 # - GeneralAudioWaveformStorage | |
210 # - GenericImplantTemplateStorage | |
211 # - ImplantAssemblyTemplateStorage | |
212 # - ImplantationPlanSRDocumentStorage | |
213 # - ImplantTemplateGroupStorage | |
214 # - IntraocularLensCalculationsStorage | |
215 # - KeratometryMeasurementsStorage, | |
216 # - LensometryMeasurementsStorage | |
217 # - MacularGridThicknessAndVolumeReportStorage | |
218 # - OphthalmicAxialMeasurementsStorage | |
219 # - OphthalmicTomographyImageStorage | |
220 # - OphthalmicVisualFieldStaticPerimetryMeasurementsStorage | |
221 # - RealWorldValueMappingStorage | |
222 # - RespiratoryWaveformStorage | |
223 # - RTIonBeamsTreatmentRecordStorage | |
224 # - RTIonPlanStorage | |
225 # - SegmentationStorage | |
226 # - SpectaclePrescriptionReportStorage | |
227 # - SubjectiveRefractionMeasurementsStorage | |
228 # - SurfaceSegmentationStorage | |
229 # - VisualAcuityMeasurementsStorage | |
230 # - VLWholeSlideMicroscopyImageStorage | |
231 # - XAXRFGrayscaleSoftcopyPresentationStateStorage | |
232 # - XRay3DAngiographicImageStorage | |
233 # - XRay3DCraniofacialImageStorage | |
234 # | |
235 | |
236 # ============================================================================ | |
237 [[Profiles]] | |
238 # ============================================================================ | |
239 | |
240 # | |
241 # For non-image SOP classes, we only support uncompressed transmission. | |
242 # For image SOP classes, we support JPEG lossy, JPEG lossless and uncompressed. | |
243 # For Ultrasound, we additionally support RLE. | |
244 # The retired and standalone SOP classes are not supported with this profile. | |
245 # | |
246 # No SCP/SCU role negotiation or extended negotiation. | |
247 # | |
248 [Default] | |
249 PresentationContexts = StorageCompressedAndUncompressed |