|
MeVisLab Toolbox Reference
|
A collection of tools related to DICOM tags and tree removal and modifications. More...
#include "MLDICOMTagsSystem.h"#include <FMEThirdPartyWarningsDisable.h>#include <string>#include <vector>#include <FMEThirdPartyWarningsRestore.h>#include <mlUtilsSystem.h>#include <DCMTree_Lib.h>Go to the source code of this file.
Classes | |
| struct | ml::DICOMTagTools::DcmTagIdToRemove |
| Small helper class describing the raw-id of the DICOM tag as well as its human readable name. More... | |
Namespaces | |
| namespace | ml |
| Defines the class GetTileJob. | |
| namespace | ml::DICOMTagTools |
| A namespace collecting tools related to DICOM tags and tree tools. | |
Typedefs | |
| typedef struct ml::DICOMTagTools::DcmTagIdToRemove | ml::DICOMTagTools::TagIdDesc |
| < Small structure describing a tag to be removed from a DCMTree tree with the helper function - see removeTags. | |
Enumerations | |
| enum | ml::DICOMTagTools::OtherTagModificationModes { ml::DICOMTagTools::OtherTagDoNotModify = 0 , ml::DICOMTagTools::DropType2SQTagValues , ml::DICOMTagTools::DropType3SQTagValues , ml::DICOMTagTools::ReplaceType2Tags , ml::DICOMTagTools::ReplaceType3Tags , ml::DICOMTagTools::RemoveType3Tags } |
| Available modes for tag modifications. More... | |
| enum | { ml::DICOMTagTools::NumOtherTagModificationModes = RemoveType3Tags+1 } |
| Defines the number of available modification modes. More... | |
Variables | |
| MLDICOMTags_EXPORT const char *const | ml::DICOMTagTools::OtherTagModificationModesStrings [NumOtherTagModificationModes] |
| String versions for OtherTagModificationModes. | |
A collection of tools related to DICOM tags and tree removal and modifications.
Definition in file mlDICOMTreeModificationTools.h.