In This Topic
The main namespace holding most classes that are used directly in user code. The other namespaces hold subsidiary definitions, to keep the main namespace "clean", which makes Intellisense function more intuitively.
Classes
| Class | Description |
| ColourPalettes |
A class which holds static members providing access to ready-made Colour Palettes, including those pre-defined by
DICOM
|
| DicomAssociation | Class representing a single DICOM Association |
| DicomAssociationCollection |
A collection of DicomAssociation objects
|
| DicomAttribute | Class representing a single DICOM Attribute |
| DicomContext |
A DICOM presentation context, as used in association negotiation
|
| DicomContextCollection |
The list of DICOM Presentation contexts proposed or accepted during
negotiation
|
| DicomDataSet | A DICOM data set |
| DicomDataSetCollection | A collection of DicomDataSet objects |
| DicomException | Specific Exception for DICOM errors |
| DicomGlobal | Placeholder for various static methods and properties |
| DicomImage | Class representing a DICOM Image |
| DicomImage3D |
Class to display 3D DICOM data in various modes
|
| DicomImageCollection | A Collection of DicomImage objects |
| DicomImageCurvedMPR |
Class to display 3D DICOM data as a curved MPR
|
| DicomImageFusion |
A class which allows overlaying of multiple images
|
| DicomLabel |
A label, or annotation, to be displayed over an image in a DicomViewer control,
or in derived copies of the image.
|
| DicomLabel3D |
Class to represent a 3D orientation label superimposed on a 3D image.
|
| DicomLabelCollection | A collection of DicomLabel objects. |
| DicomLicense |
This class handles all the new licensing scheme for DicomObjects.
|
| DicomLicense.RamLicenseInfo |
Provide Basic information of a Concurrent license object
|
| DicomPrint | An object to simply printing to a DICOM printer |
| DicomQuery | Object used for DICOM Query/retrieve SCU operations |
| DicomServer |
An object for handling advanced network communications, as both SCU &
SCP
|
| DicomViewer | A visible control to display DicomImage objects |
| DicomVolume | Class used to represent a "volume" of data, either from a set of individual 2D DICOM images, or from a 3D multi-slice object. It currently has no public properties or methods, other than constructors, and is used only in the constructor of the DicomImage3D object. |
| FileSignature |
Definition of all file signatures/magic numbers of commonly available executables and archives
|
| LicenseDialog |
The customisable dialog used when a license needs to be acitvated or information about
it needs to be displayed.
|
| LookupTable |
Class to hold explicit lookup tables
|
| ReadBehaviours |
Specific behaviour to use when reading/receiving a DICOM instance
|
| ValidationOptions | Options to validate DicomDataSet and its DicomAttributes |
| WriteBehaviours |
Specific behaviour to use when writing/sending a DICOM instance
|
Interfaces
| Interface | Description |
| IFrameSource |
A simple interface used by extension codecs for video
|
Structures
| Structure | Description |
| Plane3D |
Defines a plane in 3D space.
|
Delegates
Enumerations
| Enumeration | Description |
| RenderMode3D |
The types of 3D rendering available
|
See Also