[][src]Module dicom_core::value

This module includes a high level abstraction over a DICOM data element's value.

Enums

PrimitiveValue

An enum representing a primitive value from a DICOM element. The result of decoding an element's data value may be one of the enumerated types depending on its content and value representation.

Value

Representation of a full DICOM value, which may be either primitive or another DICOM object.

ValueType

An enum representing an abstraction of a DICOM element's data value type. This should be the equivalent of PrimitiveValue without the content, plus the Item entry.

Traits

DicomValueType

A trait for a value that maps to a DICOM element data value.

Type Definitions

C

An aggregation of one or more elements in a value.