Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkDICOMImageBlockDescriptor.h"
#include "mitkStringProperty.h"
#include "mitkLevelWindowProperty.h"
#include <gdcmUIDs.h>
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 628 of file mitkDICOMImageBlockDescriptor.cpp.
Referenced by mitk::DICOMImageBlockDescriptor::Print().
#define printProperty | ( | label, | |
property_name | |||
) |
Definition at line 617 of file mitkDICOMImageBlockDescriptor.cpp.
Referenced by mitk::DICOMImageBlockDescriptor::Print().
#define printPropertyRange | ( | label, | |
property_name | |||
) |
Definition at line 598 of file mitkDICOMImageBlockDescriptor.cpp.
Referenced by mitk::DICOMImageBlockDescriptor::Print().
#define storeTagValueRangeToProperty | ( | tag_name, | |
tag_g, | |||
tag_e | |||
) |
Definition at line 687 of file mitkDICOMImageBlockDescriptor.cpp.
#define storeTagValueToProperty | ( | tag_name, | |
tag_g, | |||
tag_e | |||
) |
Definition at line 677 of file mitkDICOMImageBlockDescriptor.cpp.