Table Detail Report
STRT_BMDI_MODEL_PARAMETER
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Starter BMDI Model Parameter |
| Definition: | Identifies the parameters that can be monitored for a given strt_model. |
| Table Type: | REFERENCE |
Column Detail - STRT_BMDI_MODEL_PARAMETER
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ALARM_HIGH | VC2(20) | Y | High Alarm Limit passed back to the application |
| ALARM_LOW | VC2(20) | Y | Low Alarm Limit passed back to the application |
| DECIMAL_PRECISION | NUMBER | Y | Specifies the number of significant decimal places for numeric types |
| DEFAULT_ALIAS | VC2(50) | Y | Parameter Alias sent by strt_model |
| PARAMETER_CD | NUMBER | N | Unique identifier for a parameter. |
| RESULT_TYPE_CD | NUMBER | N | Result Type identifier code |
| STRT_MODEL_ID | NUMBER | N | This value is used to standardize Model information across systems. |
| STRT_MODEL_PARAMETER_ID | NUMBER | N | Unique identifier to be used as a primary key for this table. |
| UNITS_CD | NUMBER | N | Identifies Units code |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - STRT_BMDI_MODEL_PARAMETER
| Child Column in STRT_BMDI_MODEL_PARAMETER(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | STRT_MODEL_ID | STRT_MODEL | STRT_MODEL_ID |
| Parent Column in STRT_BMDI_MODEL_PARAMETER (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | STRT_MODEL_PARAMETER_ID | BMDI_DEVICE_PARAMETER | STRT_MODEL_PARAMETER_ID |
| STRT_BMDI_MODEL_NOMENCLATURE | STRT_MODEL_PARAMETER_ID |
STRT_MODEL_FORMAT
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Starter Model Format |
| Definition: | Identifies which format should be used for a model by a version number |
| Table Type: | REFERENCE |
Column Detail - STRT_MODEL_FORMAT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| MODEL_VERSION | NUMBER | N | Identifies starter model version |
| RESULT_FORMAT_CD | NUMBER | N | Identifies the format that will be used for packaging results |
| STRT_MODEL_FORMAT_ID | NUMBER | N | Unique identifier to be used as a primary key for this table. |
| STRT_MODEL_ID | NUMBER | N | Identifies starter model. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - STRT_MODEL_FORMAT
| Child Column in STRT_MODEL_FORMAT(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | STRT_MODEL_ID | STRT_MODEL | STRT_MODEL_ID |
| Parent Column in STRT_MODEL_FORMAT (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | STRT_MODEL_FORMAT_ID | DEVICE_HL7_MAP | STRT_MODEL_FORMAT_ID |
| STRT_MODEL_HL7_MAP | STRT_MODEL_FORMAT_ID |
STRT_MODEL_HL7_MAP
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Starter Model HL7 Map |
| Definition: | Identifies which HL7 fields/components should be parsed for a given strt_model. |
| Table Type: | REFERENCE |
Column Detail - STRT_MODEL_HL7_MAP
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| COMMON_IND | NUMBER | N | Indicates if this item should be saved and shared across result_sets. |
| COMPONENT_CD | NUMBER | N | Component code value |
| COMPONENT_FORMAT_CD | NUMBER | N | Identifies how a component should be formatted if required. |
| COMPONENT_ORDER | NUMBER | N | Order found in HL7 datastream |
| COMPONENT_POSITION | NUMBER | N | Identifies specific HL7 component within a field. |
| FIELD_POSITION | NUMBER | N | Identifies specific HL7 field within a segment. |
| MAX_LENGTH | NUMBER | N | Maximum number of characters expected for this field/component |
| REQUIRED_IND | NUMBER | N | Indicates if this item is required in the result_set. 1 = yes, 0 = no. |
| RESULT_SET_POSITION | NUMBER | N | Defines the position in the result_set where this field/component should be stored. |
| SEGMENT_CD | NUMBER | N | Identifies HL7 segment |
| STRT_HL7_MAP_ID | NUMBER | N | Sequence used as primary key |
| STRT_MODEL_FORMAT_ID | NUMBER | N | Identifies Starter Model format |
| STRT_MODEL_ID | NUMBER | N | This value is used to standardize Model information across systems. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - STRT_MODEL_HL7_MAP
| Child Column in STRT_MODEL_HL7_MAP(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | STRT_MODEL_ID | STRT_MODEL | STRT_MODEL_ID |
| STRT_MODEL_FORMAT_ID | STRT_MODEL_FORMAT | STRT_MODEL_FORMAT_ID |
| Parent Column in STRT_MODEL_HL7_MAP (PK) | Child Table Name | Child Column Name | |
|---|---|---|---|
| Children: | STRT_HL7_MAP_ID | DEVICE_HL7_MAP | STRT_HL7_MAP_ID |
STRT_MODEL_LAB_TYPE_R
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | Starter Model Lab Type Relation |
| Definition: | This table stores the default Lab Type relationships to the Starter models on the Starter Model Table. |
| Table Type: | REFERENCE |
Column Detail - STRT_MODEL_LAB_TYPE_R
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| LAB_TYPE_CD | NUMBER | N | A related Lab Type Code for the given Starter Model. |
| STRT_MODEL_ID | NUMBER | N | The related Starter Model ID from the STRT_MODEL table. |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | NUMBER | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - STRT_MODEL_LAB_TYPE_R
| Child Column in STRT_MODEL_LAB_TYPE_R(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | STRT_MODEL_ID | STRT_MODEL | STRT_MODEL_ID |