Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkDICOMImageBlockDescriptor.h"
#include "mitkStringProperty.h"
#include "mitkLevelWindowProperty.h"
#include <gdcmUIDs.h>
#include <vector>
Go to the source code of this file.
Macros | |
#define | printPropertyRange(label, property_name) |
#define | printProperty(label, property_name) |
#define | printBool(label, commands) |
#define | storeTagValueToProperty(tag_name, tag_g, tag_e) |
#define | storeTagValueRangeToProperty(tag_name, tag_g, tag_e) |
#define printBool | ( | label, | |
commands | |||
) |
Definition at line 631 of file mitkDICOMImageBlockDescriptor.cpp.
Referenced by mitk::DICOMImageBlockDescriptor::Print().
#define printProperty | ( | label, | |
property_name | |||
) |
Definition at line 620 of file mitkDICOMImageBlockDescriptor.cpp.
Referenced by mitk::DICOMImageBlockDescriptor::Print().
#define printPropertyRange | ( | label, | |
property_name | |||
) |
Definition at line 601 of file mitkDICOMImageBlockDescriptor.cpp.
Referenced by mitk::DICOMImageBlockDescriptor::Print().
#define storeTagValueRangeToProperty | ( | tag_name, | |
tag_g, | |||
tag_e | |||
) |
Definition at line 690 of file mitkDICOMImageBlockDescriptor.cpp.
#define storeTagValueToProperty | ( | tag_name, | |
tag_g, | |||
tag_e | |||
) |
Definition at line 680 of file mitkDICOMImageBlockDescriptor.cpp.