HEMO_DATA_VALUES
Description:
This table contains the hemodynamic measurement values collected during an invasive procedure performed in a catheterization lab. The table only includes the values selected by the performing physician in Study Review for the result report.

Primary Key
Column Name Ordinal Position
FINDING_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 FINDING_ID NUMERIC No
The unique identifier (.1 item) for the finding record.
2 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 HEMO_FIELD_FORM_COMP_ID_NESTCOMP_NAME VARCHAR No
The record name for the component.
4 HEMO_DISPLAY_VALUE VARCHAR No
Stores a string representation of the hemodynamic data value including all components.
5 HEMO_PHASE_KEY VARCHAR No
Identifies the phase of the procedure when this value was measured. The value in this phase key item corresponds to the HEMO_PHASES_KEY column in the HEMO_DATA_PHASES table.
6 HEMO_SOURCE_C_NAME VARCHAR No
Indicates how the value was entered.
May contain organization-specific values: No
Category Entries:
Default from hemo system
User selected from hemo system
User entered
Calculated
User selected mean
User selected median
7 HEMO_VALUE NUMERIC No
Numeric item for the value for simple numeric fields.
8 HEMO_SYSTOLIC INTEGER No
Numeric item for the systolic portion of a pressure field.
9 HEMO_DIASTOLIC INTEGER No
Numeric item for the diastolic portion of a pressure field.
10 HEMO_MEAN INTEGER No
Numeric item for the mean portion of a pressure field.
11 HEMO_END_DIASTOLIC INTEGER No
Numeric item for the end diastolic portion of a pressure field.
12 HEMO_FIELD_DAT FLOAT No
Stores the contact for the field definition of this hemodynamic measurement value.
13 HEMO_FIELD_DATE_REAL FLOAT No
Stores the unique contact date in decimal format for the field definition of this hemodynamic measurement value in this row. This corresponds to the CONTACT_DATE_REAL column in the NESTED_FORM_COMPONENT_VER table. 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.