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

Registry of vendor-specific private tag definitions. More...

#include <kcenon/pacs/encoding/vr_type.h>
#include <cstdint>
#include <map>
#include <mutex>
#include <optional>
#include <shared_mutex>
#include <span>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for private_tag_registry.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::private_tag_definition
 Definition of a vendor-specific private tag. More...
 
class  kcenon::pacs::core::private_tag_registry
 

Namespaces

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

Detailed Description

Registry of vendor-specific private tag definitions.

Provides VR lookup for private data elements keyed by Private Creator identification string and element offset, enabling correct VR resolution in Implicit VR Little Endian decoding.

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

Definition in file private_tag_registry.h.