Represents a test result.
| Name | Data Type | Description |
|---|---|---|
| ResultKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| Test | Test |
Refer to data type’s documentation for further information |
| ResultType | ResultType |
Refer to data type’s documentation for further information |
| Value | Nullable<Decimal> |
The numeric result of the test |
| TestDefinedValue | TestDefinedValue |
Refer to data type’s documentation for further information |
| TestMethod | TestMethod |
Refer to data type’s documentation for further information |
| CreationTime | Nullable<DateTime> |
System assigned, immutable value that indicates the point in time at which the record was actualized |