ODMX [ODMX_DBWrench_Schema.xml]
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| DataQualityID | Integer | Primary Key for DataQuality entity | ||||
| DataQualityTypeCV | VarChar() | i.e. Precision_2sigma, MethodDetectionLimit, ReportingLevel, 95%ConfidenceNoFalsePositives. |
|
||||
| DataQualityCode | VarChar() | Code for DataQualityType | |||||
| DataQualityValue | Float |
| Numeric value of the DataQuality | ||||
| DataQualityValueUnitsID | Integer |
| Units for the DataQualityValue | ||||
| DataQualityDescription | VarChar() |
| Text description of the DataQuality metadata | ||||
| DataQualityLink | VarChar() |
| URL or path to a file or other resource supporting the DataQuality metadata |
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_DataQuality_CV_DataQualityType | ODMXCV.CV_DataQualityType | ODMXDataQuality.DataQuality | Term | DataQualityTypeCV |
(none)
| Name | Table | Columns |
| uc_DataQualityCode | ODMXDataQuality.DataQuality | DataQualityCode |
| Diagram Name |
| ODMXDataQuality |