|
PACS System 0.1.0
PACS DICOM system library
|
Metadata structure containing comprehensive VR properties. More...
#include <vr_info.h>

Public Attributes | |
| vr_type | type |
| The VR enumeration value. | |
| std::string_view | name |
| Human-readable name (e.g., "Person Name") | |
| uint32_t | max_length |
| Maximum value length in bytes. | |
| char | padding_char |
| Padding character (' ' or '\0') | |
| bool | is_fixed_length |
| Whether VR has fixed length. | |
| std::size_t | fixed_size |
| Size for fixed-length VRs (0 if variable) | |
Metadata structure containing comprehensive VR properties.
This structure provides all the information needed for encoding, decoding, and validating DICOM data element values based on their VR type.
| std::size_t kcenon::pacs::encoding::vr_info::fixed_size |
| bool kcenon::pacs::encoding::vr_info::is_fixed_length |
| uint32_t kcenon::pacs::encoding::vr_info::max_length |
| std::string_view kcenon::pacs::encoding::vr_info::name |
| char kcenon::pacs::encoding::vr_info::padding_char |
| vr_type kcenon::pacs::encoding::vr_info::type |