View Source
Class ApprovalMeta
Inheritance
System.Object
ApprovalMeta
Namespace:EvilDICOM.CV.RT.Meta
Assembly:EvilDICOM.CV.dll
Syntax
public class ApprovalMeta : object
Properties
View Source
ApprovalType
Declaration
public string ApprovalType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ApprovedBy
Declaration
public string ApprovedBy { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ApprovedOn
Declaration
public DateTime ApprovedOn { get; set; }
Property Value
| Type |
Description |
| DateTime |
|