View Source
Class ImageMatrix
Inheritance
System.Object
ImageMatrix
Namespace:EvilDICOM.CV.Image
Assembly:EvilDICOM.CV.dll
Syntax
public class ImageMatrix : Matrix
Constructors
View Source
ImageMatrix()
Declaration
Properties
View Source
ImageDate
Declaration
public DateTime? ImageDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<DateTime> |
|
View Source
ImageId
Declaration
public string ImageId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ImageOrientationDescription
Declaration
public string ImageOrientationDescription { get; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SeriesId
Declaration
public string SeriesId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SeriesInstanceUID
Declaration
public string SeriesInstanceUID { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Extension Methods