Represents a measurement used to quantify or validate some characteristic of an object.
| Name | Data Type | Description |
|---|---|---|
| TestKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| Name | String |
User assigned, mutable value that uniquely identifies the record |
| DisplayValue | String |
User assigned value intended for display purposes when presentation limitations make utilization of Name impractical. May not be unique between records |
| Prefix | String |
Represents a user assigned value whose original and current meaning is unknown |
| Group | TestGroup |
Refer to data type’s documentation for further information |
| ValueType | TestValueType |
Refer to data type’s documentation for further information |
| ValueFormatString | String |
User assigned value intended for use by a rendering engine when preparing output for reporting or display purposes. For more information, please refer to the Microsoft Docs for standard numeric format strings and custom numeric format strings |
| ResultType | ResultType |
To be used in conjunction with DefaultResult when DefaultResult is not null. Refer to data type’s documentation for further information |
| DefaultResult | Nullable<Decimal> |
User assigned value intended to aid with data entry by providing a default in cases where test results rarely deviate |
| DefaultValue | TestDefinedValue |
User assigned value intended to aid with data entry by providing a default value in cases where test results rarely deviate. Refer to data type’s documentation for further information |
| OrderBy | Nullable<Integer> |
User assigned value intended for use in establishing a rank in ordered sets |
| IsInternalTest | Boolean |
When true, Test will be available for use when entering data for internal testing |
| IsShellCount | Boolean |
Indicator used by the system to identify tests whose value specifies shell content |
| Inactive | Boolean |
An indicator used to designate if the record represents a value preserved for historical purposes, but no longer pertinent to future operations |