| Interface | Description | 
|---|---|
| ITagProvider | Interface used to provide DICOM tags. | 
| Class | Description | 
|---|---|
| DicomFileInfo | Structure containing metadata for one DICOM file (instance). | 
| DicomJSONProvider | Provide DICOM tags from a file containing JSON. | 
| DicomTag | Represents a complete DICOM tag, including the dictionary attribute,
 actual VR, value, and any "child" tags (in the case of a sequence). | 
| DicomTile | Represents a tile stored in a DICOM file. | 
| Enum | Description | 
|---|---|
| DicomAttribute | Describes a DICOM attribute (integer tag, associated description, and expected VR). | 
| DicomVR | Enumeration of valid DICOM value representations (VRs). | 
| ResolutionStrategy | 
Copyright © 2023 Open Microscopy Environment