Orthanc Plugin SDK
1.12.4
Documentation of the plugin interface of Orthanc
|
An entry in the dictionary of DICOM tags.
#include <OrthancCPlugin.h>
Public Attributes | |
uint16_t | element |
uint16_t | group |
uint32_t | maxMultiplicity |
uint32_t | minMultiplicity |
OrthancPluginValueRepresentation | vr |
uint16_t OrthancPluginDictionaryEntry::element |
The element of the tag
uint16_t OrthancPluginDictionaryEntry::group |
The group of the tag
uint32_t OrthancPluginDictionaryEntry::maxMultiplicity |
The maximum multiplicity of the tag (0 means arbitrary)
uint32_t OrthancPluginDictionaryEntry::minMultiplicity |
The minimum multiplicity of the tag
OrthancPluginValueRepresentation OrthancPluginDictionaryEntry::vr |
The value representation of the tag