MeVisLab Toolbox Reference
mlDICOMPrivateFMETags.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
5 
10 //----------------------------------------------------------------------------------
11 #pragma once
12 #include "MLDICOMTagsSystem.h"
13 #include <mlTypeDefs.h>
14 
15 ML_START_NAMESPACE
16 
20 MLDICOMTags_EXPORT extern const char * const FMEGeneralUIDPrefixString; /* = "1.3.6.1.4.1.49296.1."; */
21 
23 MLDICOMTags_EXPORT extern const char * const FMEPrivateCreatorString; /* = "Fraunhofer MEVIS"; */
24 
26 MLDICOMTags_EXPORT extern const char * const FMEPrivateSourceIndexOfDecomposedFrameString; /* = "SourceIndexOfDecomposedFrame"; */
27 
29 MLDICOMTags_EXPORT extern const char * const FMEPrivateSourceSOPInstanceUIDOfDecomposedFrameString; /* = "SourceSOPInstanceUIDOfDecomposedFrame"; */
30 
32 enum {
34 
37 };
38 
39 ML_END_NAMESPACE
Project global and OS specific declarations.
#define MLDICOMTags_EXPORT
If included by external modules, exported symbols are declared as import symbols.
MLDICOMTags_EXPORT const char *const FMEPrivateSourceIndexOfDecomposedFrameString
String representation for corresponding to FMEPrivateSourceIndexOfDecomposedFrame.
@ FMEPrivateSourceIndexOfDecomposedFrame
Lower 8 bits of element id of tag to store original index of decomposed EnhancedMF frame,...
@ FMEPrivateTagsGroupId
The (fixed) private group in which the Fraunhofer MEVIS private tags are stored.
@ FMEPrivateSourceSOPInstanceUIDOfDecomposedFrame
Lower 8 bits of element id of tag to store original SOPInstanceUID of decomposed EnhancedMF frame,...
MLDICOMTags_EXPORT const char *const FMEGeneralUIDPrefixString
The unique DICOM id prefix reserved for general Fraunhofer MEVIS DICOM file exports; note the final "...
MLDICOMTags_EXPORT const char *const FMEPrivateCreatorString
The typically used private creator of Fraunhofer MEVIS.
MLDICOMTags_EXPORT const char *const FMEPrivateSourceSOPInstanceUIDOfDecomposedFrameString
String representation for corresponding to FMEPrivateSourceSOPInstanceUIDOfDecomposedFrame.