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

DICOM tag metadata information structure. More...

#include "dicom_tag.h"
#include <cstdint>
#include <optional>
#include <string>
#include <string_view>
Include dependency graph for tag_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::pacs::core::value_multiplicity
 Value Multiplicity (VM) specification. More...
 
struct  kcenon::pacs::core::tag_info
 

Namespaces

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

Detailed Description

DICOM tag metadata information structure.

This file defines the tag_info structure which contains metadata about DICOM tags as specified in DICOM PS3.6 Data Dictionary. Each entry includes the tag, VR, value multiplicity, keyword, name, and retirement status.

See also
DICOM PS3.6 - Data Dictionary
Author
kcenon
Since
1.0.0

Definition in file tag_info.h.