[This is preliminary documentation and is subject to change.]
This namespace contains data classes that represent DICOM media files and their
contents.
| C# | Visual Basic | Visual C++ |
namespace DvtkData.Media
Namespace DvtkData.Media
namespace DvtkData.Media
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| DicomDir |
A DICOMDIR File is a File with a content formatted according to the requirements of Part 10 of
the DICOM Standard. In particular such files shall contain, the File Meta Information and a properly
formatted Data Set.
| |
| DicomFile |
A DICOM File is a File with a content formatted according to the requirements of Part 10 of
the DICOM Standard. In particular such files shall contain, the File Meta Information and a properly
formatted Data Set.
| |
| DirectoryRecord |
Directory records.
| |
| DirectoryRecordCollection |
Type-safe DirectoryRecordCollection
| |
| FileHead |
Contains the File Preamble, DICOM Prefix and Transfer Syntax UID.
| |
| FileMetaInformation |
File meta information.
|