#include <cstddef>
#include <cstdint>
#include <initializer_list>
#include <map>
#include <string>
#include <vector>
#include "odil/Element.h"
#include "odil/odil.h"
#include "odil/Value.h"
Go to the source code of this file.
◆ ODIL_DATASET_ADD
#define ODIL_DATASET_ADD |
( |
|
type | ) |
|
Value:void add(\
Tag
const & tag, Value::type
const & value,
VR vr=VR::UNKNOWN);\
void add(\
Tag
const & tag, Value::type && value,
VR vr=VR::UNKNOWN); \
void add(\
Tag const & tag, \
std::initializer_list<Value::type::value_type> const & value, \
VR
Value representations of DICOM.
Definition: VR.h:22