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

DICOM Tag representation (Group, Element pairs) More...

#include <compare>
#include <cstdint>
#include <functional>
#include <optional>
#include <string>
#include <string_view>
#include <utility>
Include dependency graph for dicom_tag.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_tag
 
struct  std::hash< kcenon::pacs::core::dicom_tag >
 

Namespaces

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

Detailed Description

DICOM Tag representation (Group, Element pairs)

This file defines the dicom_tag class which represents DICOM tags as specified in DICOM PS3.5. Tags are composed of a Group Number and an Element Number, each being 16-bit unsigned integers.

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

Definition in file dicom_tag.h.