PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
dicom_element.h File Reference

DICOM Data Element representation (Tag, VR, Value) More...

#include "dicom_tag.h"
#include "result.h"
#include <kcenon/pacs/encoding/vr_type.h>
#include <cstdint>
#include <cstring>
#include <span>
#include <stdexcept>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>
Include dependency graph for dicom_element.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::pacs::core::dicom_element
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::core
 

Detailed Description

DICOM Data Element representation (Tag, VR, Value)

This file defines the dicom_element class which represents a DICOM Data Element as specified in DICOM PS3.5. Each element consists of a Tag, Value Representation (VR), and Value.

See also
DICOM PS3.5 Section 7.1 - Data Elements
Author
kcenon
Since
1.0.0

Definition in file dicom_element.h.