ClinicalQualityMeasureParam
Stores CQL parameters and their values on CQL measure records.
| Column Name | Type | Description |
|---|---|---|
| UniqueContactDateReal | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| MeasureParameterLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| QualityMeasureParameterLibraryVersion | VARCHAR | Identifies the version of the library the CQL measure parameter is from. |
| QualityMeasureIdentifier | NUMERIC | The unique identifier (.1 item) for the measure record. |
| ContactDate | DATETIME | The date of this contact in calendar format. |
| MeasureParameterName | VARCHAR | Identifies the parameter in the CQL library record by name. |
| MeasureParameterIdentifier | NUMERIC | Identifies the parameter ID (E3P) on the CQL measure record. |