| Overload | Description |
|---|---|
| DicomImage Constructor() | Creates a new DicomImage with an empty Dataset |
| DicomImage Constructor(Bitmap) | Creates a new DicomImage from a Windows Bitmap |
| DicomImage Constructor(DicomImage) | Creates a new DicomImage from an existing DicomImage |
| DicomImage Constructor(String,ReadBehaviours) | Creates a new DicomImage from an external DICOM file |
| DicomImage Constructor(Stream,ReadBehaviours) | Reads a stream into a new DicomImage |
| DicomImage Constructor(Byte[],ReadBehaviours) | Reads an array of bytes into a new DicomImage |
| DicomImage Constructor(DicomDataSet) | Creates a new DicomImage from an existing DicomDataSet |