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

DICOM Dataset - ordered collection of Data Elements. More...

#include "dicom_element.h"
#include "dicom_tag.h"
#include <kcenon/pacs/encoding/vr_type.h>
#include <initializer_list>
#include <map>
#include <optional>
#include <span>
#include <string>
#include <string_view>
#include <type_traits>
Include dependency graph for dicom_dataset.h:

Go to the source code of this file.

Classes

class  kcenon::pacs::core::dicom_dataset
 

Namespaces

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

Detailed Description

DICOM Dataset - ordered collection of Data Elements.

This file provides the dicom_dataset class which represents an ordered collection of DICOM Data Elements as specified in DICOM PS3.5.

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

Definition in file dicom_dataset.h.