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

Adapter for mapping DICOM VR types to container_system values. More...

#include <kcenon/pacs/core/dicom_dataset.h>
#include <kcenon/pacs/core/dicom_element.h>
#include <kcenon/pacs/core/dicom_tag.h>
#include <kcenon/pacs/encoding/vr_type.h>
#include <kcenon/common/patterns/result.h>
#include <container.h>
#include <cstdint>
#include <span>
#include <string>
#include <vector>
Include dependency graph for container_adapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::pacs::integration::container_adapter
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::integration
 

Detailed Description

Adapter for mapping DICOM VR types to container_system values.

This file provides the container_adapter class for converting between DICOM data elements and container_system value types. It enables efficient serialization and deserialization of DICOM datasets.

See also
IR-1 (container_system Integration)
Author
kcenon
Since
1.0.0

Definition in file container_adapter.h.