Odil
A C++11 library for the DICOM standard
Classes | Namespaces | Macros
DataSet.h File Reference
#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"
Include dependency graph for DataSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  odil::DataSet
 DICOM Data set. More...
 

Namespaces

 odil
 

Macros

#define ODIL_DATASET_ADD(type)
 

Macro Definition Documentation

◆ 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 vr=VR::UNKNOWN);
VR
Value representations of DICOM.
Definition: VR.h:22