In This Topic
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 |
 | 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 |
Represents a 3D DICOM image for rendering and manipulation.
|
 | DicomImageCollection | A Collection of DicomImage objects |
 | 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. |
 | DicomLicence |
This class handles DicomObjects licensing
|
 | DicomMaskRange |
Subclass of DicomImage, created for Mask Subtraction
|
 | 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
|
 | DicomUserIdentity |
class to hold details of a DICOM User Identify
|
 | DicomViewer |
Represents a custom MAUI graphics view for displaying and interacting with DICOM images.
|
 | DicomVolume |
Represents a DICOM volume for 3D rendering.
|
 | FileSignature |
Definition of all file signatures/magic numbers of commonly available executables and archives
|
 | ItemLocation | Class used to provide information about the location of value within a DicomAttribute within a DicomDataSet, possibly within nested datasets |
 | Line3D |
Structure to hold a line in3D space
|
 | LookupTable |
Class to hold explicit lookup tables
|
 | PixelRequest |
Class used to control requests for pixel data.
|
 | ReadBehaviours |
Specific behaviour to use when reading/receiving a DICOM instance
|
 | SequencePath |
Class to hold details of the path from a dataset to an attribute within it, including those
nested in sequences.
|
 | Vector3D |
Vector in 3D space.
|
 | WriteBehaviours |
Specific behaviour to use when writing/sending a DICOM instance
|
Interfaces
| | Interface | Description |
 | IColourConverter |
Interface to allow override of the default CIELab <=> RGB conversion
|
 | IFrameSource |
A simple interface used by extension codecs for video
|
 | IProjection | This interface is shared by DicomImage derived classes which provide a "view" of an image, including both 3D images (DicomImage3D) and Fusion image (DicomImageFusion). |
Structures
| | Structure | Description |
 | Plane3D |
Defines a plane in 3D space.
|
 | WsiTile |
Representing WSI Tile with its list of tile fragments
|
 | WsiTileFragment |
Representing each WSI Tile Fragment
|
Delegates
See Also