00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036 #ifndef DCUID_H
00037 #define DCUID_H
00038
00039 #include "osconfig.h"
00040 #include "dctypes.h"
00041
00042 #define INCLUDE_CSTDLIB
00043 #include "ofstdinc.h"
00044
00045 #ifdef HAVE_UNISTD_H
00046 BEGIN_EXTERN_C
00047 #include <unistd.h>
00048 END_EXTERN_C
00049 #endif
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059 const char* dcmFindNameOfUID(const char* uid);
00060
00061
00062
00063
00064
00065
00066
00067
00068 const char * dcmFindUIDFromName(const char * name);
00069
00070
00071
00072
00073
00074
00075
00076
00077
00078 extern const char* dcmStorageSOPClassUIDs[];
00079 extern const int numberOfDcmStorageSOPClassUIDs;
00080
00081
00082
00083
00084
00085
00086 OFBool dcmIsaStorageSOPClassUID(const char* uid);
00087
00088
00089
00090
00091
00092
00093
00094
00095
00096 extern const char* dcmImageSOPClassUIDs[];
00097 extern const int numberOfDcmImageSOPClassUIDs;
00098
00099
00100
00101
00102
00103
00104
00105
00106
00107
00108
00109
00110
00111
00112
00113
00114
00115
00116
00117 char* dcmGenerateUniqueIdentifier(char* uid, const char* prefix=NULL);
00118
00119
00120
00121
00122
00123
00124
00125
00126 const char *dcmSOPClassUIDToModality(const char *sopClassUID);
00127
00128
00129
00130
00131
00132
00133
00134 unsigned long dcmGuessModalityBytes(const char *sopClassUID);
00135
00136
00137
00138
00139
00140
00141
00142
00143
00144
00145
00146
00147
00148
00149
00150 #define OFFIS_DTK_IMPLEMENTATION_VERSION_NAME "OFFIS_DCMTK_353"
00151 #define OFFIS_DTK_IMPLEMENTATION_VERSION_NAME2 "OFFIS_DCMBP_353"
00152 #define OFFIS_DCMTK_RELEASEDATE "2004-05-27"
00153
00154 #define OFFIS_UID_ROOT "1.2.276.0.7230010.3"
00155 #define OFFIS_DCMTK_VERSION_NUMBER 353
00156 #define OFFIS_DCMTK_VERSION_STRING "3.5.3"
00157 #define OFFIS_DCMTK_VERSION_SUFFIX ""
00158 #define OFFIS_DCMTK_VERSION OFFIS_DCMTK_VERSION_STRING OFFIS_DCMTK_VERSION_SUFFIX
00159 #define OFFIS_IMPLEMENTATION_CLASS_UID OFFIS_UID_ROOT ".0." OFFIS_DCMTK_VERSION_STRING
00160 #define OFFIS_INSTANCE_CREATOR_UID OFFIS_IMPLEMENTATION_CLASS_UID
00161
00162 #define OFFIS_CODING_SCHEME_UID_ROOT OFFIS_UID_ROOT ".0.0"
00163 #define OFFIS_CODING_SCHEME_VERSION "1"
00164 #define OFFIS_CODING_SCHEME_UID OFFIS_CODING_SCHEME_UID_ROOT "." OFFIS_CODING_SCHEME_VERSION
00165
00166
00167
00168
00169 #ifndef SITE_UID_ROOT
00170 #define SITE_UID_ROOT OFFIS_UID_ROOT
00171 #endif
00172
00173
00174
00175
00176
00177
00178
00179
00180
00181
00182 #define SITE_STUDY_UID_ROOT SITE_UID_ROOT ".1.2"
00183 #define SITE_SERIES_UID_ROOT SITE_UID_ROOT ".1.3"
00184 #define SITE_INSTANCE_UID_ROOT SITE_UID_ROOT ".1.4"
00185
00186
00187
00188
00189
00190 #define UID_PrivateGenericFileSOPClass SITE_UID_ROOT ".1.0.1"
00191
00192
00193
00194
00195
00196
00197 #define UID_StandardApplicationContext "1.2.840.10008.3.1.1.1"
00198
00199
00200
00201
00202
00203
00204 #define UID_LittleEndianImplicitTransferSyntax "1.2.840.10008.1.2"
00205
00206 #define UID_LittleEndianExplicitTransferSyntax "1.2.840.10008.1.2.1"
00207
00208 #define UID_BigEndianExplicitTransferSyntax "1.2.840.10008.1.2.2"
00209
00210
00211 #define UID_JPEGProcess1TransferSyntax "1.2.840.10008.1.2.4.50"
00212
00213
00214 #define UID_JPEGProcess2_4TransferSyntax "1.2.840.10008.1.2.4.51"
00215
00216 #define UID_JPEGProcess3_5TransferSyntax "1.2.840.10008.1.2.4.52"
00217
00218 #define UID_JPEGProcess6_8TransferSyntax "1.2.840.10008.1.2.4.53"
00219
00220 #define UID_JPEGProcess7_9TransferSyntax "1.2.840.10008.1.2.4.54"
00221
00222 #define UID_JPEGProcess10_12TransferSyntax "1.2.840.10008.1.2.4.55"
00223
00224 #define UID_JPEGProcess11_13TransferSyntax "1.2.840.10008.1.2.4.56"
00225
00226 #define UID_JPEGProcess14TransferSyntax "1.2.840.10008.1.2.4.57"
00227
00228 #define UID_JPEGProcess15TransferSyntax "1.2.840.10008.1.2.4.58"
00229
00230 #define UID_JPEGProcess16_18TransferSyntax "1.2.840.10008.1.2.4.59"
00231
00232 #define UID_JPEGProcess17_19TransferSyntax "1.2.840.10008.1.2.4.60"
00233
00234 #define UID_JPEGProcess20_22TransferSyntax "1.2.840.10008.1.2.4.61"
00235
00236 #define UID_JPEGProcess21_23TransferSyntax "1.2.840.10008.1.2.4.62"
00237
00238 #define UID_JPEGProcess24_26TransferSyntax "1.2.840.10008.1.2.4.63"
00239
00240 #define UID_JPEGProcess25_27TransferSyntax "1.2.840.10008.1.2.4.64"
00241
00242 #define UID_JPEGProcess28TransferSyntax "1.2.840.10008.1.2.4.65"
00243
00244 #define UID_JPEGProcess29TransferSyntax "1.2.840.10008.1.2.4.66"
00245
00246
00247 #define UID_JPEGProcess14SV1TransferSyntax "1.2.840.10008.1.2.4.70"
00248
00249 #define UID_JPEGLSLosslessTransferSyntax "1.2.840.10008.1.2.4.80"
00250
00251 #define UID_JPEGLSLossyTransferSyntax "1.2.840.10008.1.2.4.81"
00252
00253 #define UID_RLELosslessTransferSyntax "1.2.840.10008.1.2.5"
00254
00255 #define UID_DeflatedExplicitVRLittleEndianTransferSyntax "1.2.840.10008.1.2.1.99"
00256
00257 #define UID_JPEG2000LosslessOnlyTransferSyntax "1.2.840.10008.1.2.4.90"
00258
00259 #define UID_JPEG2000TransferSyntax "1.2.840.10008.1.2.4.91"
00260
00261 #define UID_MPEG2MainProfileAtMainLevelTransferSyntax "1.2.840.10008.1.2.4.100"
00262
00263
00264
00265
00266
00267
00268
00269 #define UID_StoredPrintStorage "1.2.840.10008.5.1.1.27"
00270 #define UID_HardcopyGrayscaleImageStorage "1.2.840.10008.5.1.1.29"
00271 #define UID_HardcopyColorImageStorage "1.2.840.10008.5.1.1.30"
00272 #define UID_ComputedRadiographyImageStorage "1.2.840.10008.5.1.4.1.1.1"
00273 #define UID_DigitalXRayImageStorageForPresentation "1.2.840.10008.5.1.4.1.1.1.1"
00274 #define UID_DigitalXRayImageStorageForProcessing "1.2.840.10008.5.1.4.1.1.1.1.1"
00275 #define UID_DigitalMammographyXRayImageStorageForPresentation "1.2.840.10008.5.1.4.1.1.1.2"
00276 #define UID_DigitalMammographyXRayImageStorageForProcessing "1.2.840.10008.5.1.4.1.1.1.2.1"
00277 #define UID_DigitalIntraOralXRayImageStorageForPresentation "1.2.840.10008.5.1.4.1.1.1.3"
00278 #define UID_DigitalIntraOralXRayImageStorageForProcessing "1.2.840.10008.5.1.4.1.1.1.3.1"
00279 #define UID_CTImageStorage "1.2.840.10008.5.1.4.1.1.2"
00280 #define UID_EnhancedCTImageStorage "1.2.840.10008.5.1.4.1.1.2.1"
00281 #define UID_RETIRED_UltrasoundMultiframeImageStorage "1.2.840.10008.5.1.4.1.1.3"
00282 #define UID_UltrasoundMultiframeImageStorage "1.2.840.10008.5.1.4.1.1.3.1"
00283 #define UID_MRImageStorage "1.2.840.10008.5.1.4.1.1.4"
00284 #define UID_RETIRED_NuclearMedicineImageStorage "1.2.840.10008.5.1.4.1.1.5"
00285 #define UID_RETIRED_UltrasoundImageStorage "1.2.840.10008.5.1.4.1.1.6"
00286 #define UID_UltrasoundImageStorage "1.2.840.10008.5.1.4.1.1.6.1"
00287 #define UID_SecondaryCaptureImageStorage "1.2.840.10008.5.1.4.1.1.7"
00288 #define UID_StandaloneOverlayStorage "1.2.840.10008.5.1.4.1.1.8"
00289 #define UID_StandaloneCurveStorage "1.2.840.10008.5.1.4.1.1.9"
00290 #define UID_TwelveLeadECGWaveformStorage "1.2.840.10008.5.1.4.1.1.9.1.1"
00291 #define UID_GeneralECGWaveformStorage "1.2.840.10008.5.1.4.1.1.9.1.2"
00292 #define UID_AmbulatoryECGWaveformStorage "1.2.840.10008.5.1.4.1.1.9.1.3"
00293 #define UID_HemodynamicWaveformStorage "1.2.840.10008.5.1.4.1.1.9.2.1"
00294 #define UID_CardiacElectrophysiologyWaveformStorage "1.2.840.10008.5.1.4.1.1.9.3.1"
00295 #define UID_BasicVoiceAudioWaveformStorage "1.2.840.10008.5.1.4.1.1.9.4.1"
00296 #define UID_StandaloneModalityLUTStorage "1.2.840.10008.5.1.4.1.1.10"
00297 #define UID_StandaloneVOILUTStorage "1.2.840.10008.5.1.4.1.1.11"
00298 #define UID_GrayscaleSoftcopyPresentationStateStorage "1.2.840.10008.5.1.4.1.1.11.1"
00299 #define UID_XRayAngiographicImageStorage "1.2.840.10008.5.1.4.1.1.12.1"
00300 #define UID_XRayFluoroscopyImageStorage "1.2.840.10008.5.1.4.1.1.12.2"
00301 #define UID_RETIRED_XRayAngiographicBiPlaneImageStorage "1.2.840.10008.5.1.4.1.1.12.3"
00302 #define UID_NuclearMedicineImageStorage "1.2.840.10008.5.1.4.1.1.20"
00303 #define UID_RETIRED_VLImageStorage "1.2.840.10008.5.1.4.1.1.77.1"
00304 #define UID_VLEndoscopicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.1"
00305 #define UID_VLMicroscopicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.2"
00306 #define UID_VLSlideCoordinatesMicroscopicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.3"
00307 #define UID_VLPhotographicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.4"
00308 #define UID_RETIRED_VLMultiFrameImageStorage "1.2.840.10008.5.1.4.1.1.77.2"
00309 #define UID_BasicTextSR "1.2.840.10008.5.1.4.1.1.88.11"
00310 #define UID_EnhancedSR "1.2.840.10008.5.1.4.1.1.88.22"
00311 #define UID_ComprehensiveSR "1.2.840.10008.5.1.4.1.1.88.33"
00312 #define UID_PETImageStorage "1.2.840.10008.5.1.4.1.1.128"
00313 #define UID_PETCurveStorage "1.2.840.10008.5.1.4.1.1.129"
00314 #define UID_RTImageStorage "1.2.840.10008.5.1.4.1.1.481.1"
00315 #define UID_RTDoseStorage "1.2.840.10008.5.1.4.1.1.481.2"
00316 #define UID_RTStructureSetStorage "1.2.840.10008.5.1.4.1.1.481.3"
00317 #define UID_RTBeamsTreatmentRecordStorage "1.2.840.10008.5.1.4.1.1.481.4"
00318 #define UID_RTPlanStorage "1.2.840.10008.5.1.4.1.1.481.5"
00319 #define UID_RTBrachyTreatmentRecordStorage "1.2.840.10008.5.1.4.1.1.481.6"
00320 #define UID_RTTreatmentSummaryRecordStorage "1.2.840.10008.5.1.4.1.1.481.7"
00321
00322
00323 #define UID_EnhancedMRImageStorage "1.2.840.10008.5.1.4.1.1.4.1"
00324 #define UID_MRSpectroscopyStorage "1.2.840.10008.5.1.4.1.1.4.2"
00325 #define UID_RawDataStorage "1.2.840.10008.5.1.4.1.1.66"
00326
00327
00328 #define UID_MammographyCADSR "1.2.840.10008.5.1.4.1.1.88.50"
00329
00330
00331 #define UID_MultiframeSingleBitSecondaryCaptureImageStorage "1.2.840.10008.5.1.4.1.1.7.1"
00332 #define UID_MultiframeGrayscaleByteSecondaryCaptureImageStorage "1.2.840.10008.5.1.4.1.1.7.2"
00333 #define UID_MultiframeGrayscaleWordSecondaryCaptureImageStorage "1.2.840.10008.5.1.4.1.1.7.3"
00334 #define UID_MultiframeTrueColorSecondaryCaptureImageStorage "1.2.840.10008.5.1.4.1.1.7.4"
00335
00336
00337 #define UID_KeyObjectSelectionDocument "1.2.840.10008.5.1.4.1.1.88.59"
00338
00339
00340 #define UID_ChestCADSR "1.2.840.10008.5.1.4.1.1.88.65"
00341
00342
00343 #define UID_ProcedureLogStorage "1.2.840.10008.5.1.4.1.1.88.40"
00344
00345
00346 #define UID_SpatialRegistrationStorage "1.2.840.10008.5.1.4.1.1.66.1"
00347 #define UID_SpatialFiducialsStorage "1.2.840.10008.5.1.4.1.1.66.2"
00348
00349
00350 #define UID_FINDPatientRootQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.1.1"
00351 #define UID_MOVEPatientRootQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.1.2"
00352 #define UID_GETPatientRootQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.1.3"
00353 #define UID_FINDStudyRootQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.2.1"
00354 #define UID_MOVEStudyRootQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.2.2"
00355 #define UID_GETStudyRootQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.2.3"
00356 #define UID_FINDPatientStudyOnlyQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.3.1"
00357 #define UID_MOVEPatientStudyOnlyQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.3.2"
00358 #define UID_GETPatientStudyOnlyQueryRetrieveInformationModel "1.2.840.10008.5.1.4.1.2.3.3"
00359 #define UID_FINDModalityWorklistInformationModel "1.2.840.10008.5.1.4.31"
00360 #define UID_FINDGeneralPurposeWorklistInformationModel "1.2.840.10008.5.1.4.32.1"
00361
00362
00363 #define UID_BasicFilmSessionSOPClass "1.2.840.10008.5.1.1.1"
00364 #define UID_BasicFilmBoxSOPClass "1.2.840.10008.5.1.1.2"
00365 #define UID_BasicGrayscaleImageBoxSOPClass "1.2.840.10008.5.1.1.4"
00366 #define UID_BasicColorImageBoxSOPClass "1.2.840.10008.5.1.1.4.1"
00367 #define UID_RETIRED_ReferencedImageBoxSOPClass "1.2.840.10008.5.1.1.4.2"
00368 #define UID_BasicGrayscalePrintManagementMetaSOPClass "1.2.840.10008.5.1.1.9"
00369 #define UID_RETIRED_ReferencedGrayscalePrintManagementMetaSOPClass "1.2.840.10008.5.1.1.9.1"
00370 #define UID_PrintJobSOPClass "1.2.840.10008.5.1.1.14"
00371 #define UID_BasicAnnotationBoxSOPClass "1.2.840.10008.5.1.1.15"
00372 #define UID_PrinterSOPClass "1.2.840.10008.5.1.1.16"
00373 #define UID_PrinterConfigurationRetrievalSOPClass "1.2.840.10008.5.1.1.16.376"
00374 #define UID_PrinterSOPInstance "1.2.840.10008.5.1.1.17"
00375 #define UID_PrinterConfigurationRetrievalSOPInstance "1.2.840.10008.5.1.1.17.376"
00376 #define UID_BasicColorPrintManagementMetaSOPClass "1.2.840.10008.5.1.1.18"
00377 #define UID_RETIRED_ReferencedColorPrintManagementMetaSOPClass "1.2.840.10008.5.1.1.18.1"
00378 #define UID_VOILUTBoxSOPClass "1.2.840.10008.5.1.1.22"
00379 #define UID_PresentationLUTSOPClass "1.2.840.10008.5.1.1.23"
00380 #define UID_ImageOverlayBoxSOPClass "1.2.840.10008.5.1.1.24"
00381 #define UID_BasicPrintImageOverlayBoxSOPClass "1.2.840.10008.5.1.1.24.1"
00382 #define UID_PrintQueueSOPInstance "1.2.840.10008.5.1.1.25"
00383 #define UID_PrintQueueManagementSOPClass "1.2.840.10008.5.1.1.26"
00384 #define UID_PullPrintRequestSOPClass "1.2.840.10008.5.1.1.31"
00385 #define UID_PullStoredPrintManagementMetaSOPClass "1.2.840.10008.5.1.1.32"
00386
00387
00388 #define UID_StorageCommitmentPushModelSOPClass "1.2.840.10008.1.20.1"
00389 #define UID_StorageCommitmentPushModelSOPInstance "1.2.840.10008.1.20.1.1"
00390 #define UID_RETIRED_StorageCommitmentPullModelSOPClass "1.2.840.10008.1.20.2"
00391 #define UID_RETIRED_StorageCommitmentPullModelSOPInstance "1.2.840.10008.1.20.2.1"
00392
00393
00394 #define UID_ModalityPerformedProcedureStepSOPClass "1.2.840.10008.3.1.2.3.3"
00395 #define UID_ModalityPerformedProcedureStepRetrieveSOPClass "1.2.840.10008.3.1.2.3.4"
00396 #define UID_ModalityPerformedProcedureStepNotificationSOPClass "1.2.840.10008.3.1.2.3.5"
00397
00398
00399 #define UID_DetachedPatientManagementSOPClass "1.2.840.10008.3.1.2.1.1"
00400 #define UID_DetachedPatientManagementMetaSOPClass "1.2.840.10008.3.1.2.1.4"
00401 #define UID_DetachedVisitManagementSOPClass "1.2.840.10008.3.1.2.2.1"
00402 #define UID_DetachedStudyManagementSOPClass "1.2.840.10008.3.1.2.3.1"
00403 #define UID_DetachedResultsManagementSOPClass "1.2.840.10008.3.1.2.5.1"
00404 #define UID_DetachedResultsManagementMetaSOPClass "1.2.840.10008.3.1.2.5.4"
00405 #define UID_DetachedStudyManagementMetaSOPClass "1.2.840.10008.3.1.2.5.5"
00406 #define UID_DetachedInterpretationManagementSOPClass "1.2.840.10008.3.1.2.6.1"
00407
00408
00409 #define UID_GeneralPurposeScheduledProcedureStepSOPClass "1.2.840.10008.5.1.4.32.2"
00410 #define UID_GeneralPurposePerformedProcedureStepSOPClass "1.2.840.10008.5.1.4.32.3"
00411 #define UID_GeneralPurposeWorklistManagementMetaSOPClass "1.2.840.10008.5.1.4.32"
00412
00413
00414 #define UID_VerificationSOPClass "1.2.840.10008.1.1"
00415
00416 #define UID_MediaStorageDirectoryStorage "1.2.840.10008.1.3.10"
00417 #define UID_BasicStudyContentNotificationSOPClass "1.2.840.10008.1.9"
00418 #define UID_StudyComponentManagementSOPClass "1.2.840.10008.3.1.2.3.2"
00419
00420
00421 #define UID_DICOMControlledTerminologyCodingScheme "1.2.840.10008.2.16.4"
00422
00423
00424 #define UID_VideoEndoscopicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.1.1"
00425 #define UID_MicroscopicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.2.1"
00426 #define UID_VideoPhotographicImageStorage "1.2.840.10008.5.1.4.1.1.77.1.4.1"
00427
00428
00429 #define UID_ProceduralEventLoggingSOPClass "1.2.840.10008.1.40"
00430 #define UID_ProceduralEventLoggingSOPInstance "1.2.840.10008.1.40.1"
00431
00432
00433 #define UID_TalairachBrainAtlasFrameOfReference "1.2.840.10008.1.4.1.1"
00434 #define UID_SPM2T1FrameOfReference "1.2.840.10008.1.4.1.2"
00435 #define UID_SPM2T2FrameOfReference "1.2.840.10008.1.4.1.3"
00436 #define UID_SPM2PDFrameOfReference "1.2.840.10008.1.4.1.4"
00437 #define UID_SPM2EPIFrameOfReference "1.2.840.10008.1.4.1.5"
00438 #define UID_SPM2FILT1FrameOfReference "1.2.840.10008.1.4.1.6"
00439 #define UID_SPM2PETFrameOfReference "1.2.840.10008.1.4.1.7"
00440 #define UID_SPM2TRANSMFrameOfReference "1.2.840.10008.1.4.1.8"
00441 #define UID_SPM2SPECTFrameOfReference "1.2.840.10008.1.4.1.9"
00442 #define UID_SPM2GRAYFrameOfReference "1.2.840.10008.1.4.1.10"
00443 #define UID_SPM2WHITEFrameOfReference "1.2.840.10008.1.4.1.11"
00444 #define UID_SPM2CSFFrameOfReference "1.2.840.10008.1.4.1.12"
00445 #define UID_SPM2BRAINMASKFrameOfReference "1.2.840.10008.1.4.1.13"
00446 #define UID_SPM2AVG305T1FrameOfReference "1.2.840.10008.1.4.1.14"
00447 #define UID_SPM2AVG152T1FrameOfReference "1.2.840.10008.1.4.1.15"
00448 #define UID_SPM2AVG152T2FrameOfReference "1.2.840.10008.1.4.1.16"
00449 #define UID_SPM2AVG152PDFrameOfReference "1.2.840.10008.1.4.1.17"
00450 #define UID_SPM2SINGLESUBJT1FrameOfReference "1.2.840.10008.1.4.1.18"
00451 #define UID_ICBM452T1FrameOfReference "1.2.840.10008.1.4.2.1"
00452 #define UID_ICBMSingleSubjectMRIFrameOfReference "1.2.840.10008.1.4.2.2"
00453
00454
00455
00456
00457 #define UID_PrivateShutdownSOPClass "1.2.276.0.7230010.3.4.1915765545.18030.917282194.0"
00458
00459
00460
00461
00462
00463
00464
00465
00466
00467
00468
00469 #define UID_DRAFT_SRTextStorage "1.2.840.10008.5.1.4.1.1.88.1"
00470 #define UID_DRAFT_SRAudioStorage "1.2.840.10008.5.1.4.1.1.88.2"
00471 #define UID_DRAFT_SRDetailStorage "1.2.840.10008.5.1.4.1.1.88.3"
00472 #define UID_DRAFT_SRComprehensiveStorage "1.2.840.10008.5.1.4.1.1.88.4"
00473
00474
00475 #define UID_DRAFT_WaveformStorage "1.2.840.10008.5.1.4.1.1.9.1"
00476
00477
00478 #endif
00479
00480
00481
00482
00483
00484
00485
00486
00487
00488
00489
00490
00491
00492
00493
00494
00495
00496
00497
00498
00499
00500
00501
00502
00503
00504
00505
00506
00507
00508
00509
00510
00511
00512
00513
00514
00515
00516
00517
00518
00519
00520
00521
00522
00523
00524
00525
00526
00527
00528
00529
00530
00531
00532
00533
00534
00535
00536
00537
00538
00539
00540
00541
00542
00543
00544
00545
00546
00547
00548
00549
00550
00551
00552
00553
00554
00555
00556
00557
00558
00559
00560
00561
00562
00563
00564
00565
00566
00567
00568
00569
00570
00571
00572
00573
00574
00575
00576
00577
00578
00579
00580
00581
00582
00583
00584
00585
00586
00587
00588
00589
00590
00591
00592
00593
00594
00595
00596
00597
00598
00599
00600
00601
00602
00603
00604
00605
00606
00607
00608
00609
00610
00611
00612
00613
00614
00615
00616
00617
00618
00619
00620
00621
00622
00623
00624
00625
00626
00627
00628
00629
00630
00631
00632
00633
00634
00635
00636
00637
00638
00639
00640
00641
00642
00643
00644
00645
00646
00647
00648
00649
00650
00651
00652
00653
00654
00655
00656
00657
00658
00659
00660
00661
00662
00663
00664
00665
00666
00667
00668
00669
00670
00671
00672
00673
00674
00675
00676
00677
00678
00679
00680
00681
00682
00683
00684
00685
00686
00687
00688
00689
00690
00691
00692
00693
00694
00695
00696
00697
00698
00699
00700
00701
00702
00703
00704
00705
00706
00707
00708
00709
00710
00711
00712
00713
00714
00715
00716
00717
00718
00719
00720
00721
00722