Class AvailableTestRecord
Inheritance
System.Object
AvailableTestRecord
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class AvailableTestRecord
Constructors
AvailableTestRecord()
Declaration
public AvailableTestRecord()
Properties
Active
Gets or sets a value indicating whether this AvailableTestRecord is active.
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
amTestID
Gets or sets the am test identifier.
Declaration
public int amTestID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Code
Gets or sets the code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodeDescrip
Gets or sets the code descrip.
Declaration
public string CodeDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Descrip
Gets or sets the descrip.
Declaration
public string Descrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentAmTestID
Gets or sets the parent am test identifier.
Declaration
public int? ParentAmTestID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SystemCode
Gets or sets the SystemCode.
Declaration
public bool SystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TestType
Gets or sets the type of the test.
Declaration
public string TestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |