Show / Hide Table of Contents
View Source

Class BeamMeta

Inheritance
System.Object
BeamMeta
Namespace:EvilDICOM.CV.RT.Meta
Assembly:EvilDICOM.CV.dll
Syntax
public class BeamMeta : object

Properties

View Source

CollimatorAngle

Declaration
public double CollimatorAngle { get; set; }
Property Value
Type Description
System.Double
View Source

Dose

Declaration
public double? Dose { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
View Source

EndingGantryAngle

Declaration
public double EndingGantryAngle { get; set; }
Property Value
Type Description
System.Double
View Source

Energy

Declaration
public double Energy { get; set; }
Property Value
Type Description
System.Double
View Source

HasBlock

Declaration
public bool HasBlock { get; set; }
Property Value
Type Description
System.Boolean
View Source

HasBolus

Declaration
public bool HasBolus { get; set; }
Property Value
Type Description
System.Boolean
View Source

HasWedge

Declaration
public bool HasWedge { get; set; }
Property Value
Type Description
System.Boolean
View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

Isocenter

Declaration
public Vector3 Isocenter { get; set; }
Property Value
Type Description
Vector3
View Source

IsSetup

Declaration
public bool IsSetup { get; set; }
Property Value
Type Description
System.Boolean
View Source

MachineId

Declaration
public string MachineId { get; set; }
Property Value
Type Description
System.String
View Source

MLCType

Declaration
public string MLCType { get; set; }
Property Value
Type Description
System.String
View Source

Modality

Declaration
public string Modality { get; }
Property Value
Type Description
System.String
View Source

ModalityAbbr

Declaration
public string ModalityAbbr { get; set; }
Property Value
Type Description
System.String
View Source

MU

Declaration
public double? MU { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
View Source

SSD

Declaration
public double SSD { get; set; }
Property Value
Type Description
System.Double
View Source

StartingGantryAngle

Declaration
public double StartingGantryAngle { get; set; }
Property Value
Type Description
System.Double
View Source

TableAngle

Declaration
public double TableAngle { get; set; }
Property Value
Type Description
System.Double
View Source

Wedge

Declaration
public string Wedge { get; set; }
Property Value
Type Description
System.String
View Source

Weight

Declaration
public double Weight { get; set; }
Property Value
Type Description
System.Double
View Source

X1

Declaration
public double X1 { get; set; }
Property Value
Type Description
System.Double
View Source

X2

Declaration
public double X2 { get; set; }
Property Value
Type Description
System.Double
View Source

Y1

Declaration
public double Y1 { get; set; }
Property Value
Type Description
System.Double
View Source

Y2

Declaration
public double Y2 { get; set; }
Property Value
Type Description
System.Double
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX