Show / Hide Table of Contents
View Source

Class PlanStatus

Inheritance
System.Object
PlanStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.RT.Data
Assembly:EvilDICOM.dll
Syntax
public static class PlanStatus

Fields

View Source

COMPLETED

Declaration
public const string COMPLETED = "Completed"
Field Value
Type Description
System.String
View Source

COMPLETED_EARLY

Declaration
public const string COMPLETED_EARLY = "CompletedEarly"
Field Value
Type Description
System.String
View Source

EXT_APPROVED

Declaration
public const string EXT_APPROVED = "ExternalApproval"
Field Value
Type Description
System.String
View Source

PLAN_APPROVED

Declaration
public const string PLAN_APPROVED = "PlanApproval"
Field Value
Type Description
System.String
View Source

REJECTED

Declaration
public const string REJECTED = "Rejected"
Field Value
Type Description
System.String
View Source

RETIRED

Declaration
public const string RETIRED = "Retired"
Field Value
Type Description
System.String
View Source

REVIEWED

Declaration
public const string REVIEWED = "Reviewed"
Field Value
Type Description
System.String
View Source

TREAT_APPROVED

Declaration
public const string TREAT_APPROVED = "TreatApproval"
Field Value
Type Description
System.String
View Source

UNAPPROVED

Declaration
public const string UNAPPROVED = "Unapproved"
Field Value
Type Description
System.String
View Source

UNPLANNED_TREAT

Declaration
public const string UNPLANNED_TREAT = "UnplannedTreat"
Field Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX