SynopticSmartDataConversionBatch
This is a conversion that copies rows from with a context of "" into. Running this conversion will speed up how fast is fully populated in preparation for electronic health information data extracts. This conversion supports running over multiple days, so all of the rows don't have to be copied in a single execution.
| Column Name | Type | Description |
|---|---|---|
| BatchIdentification | INTEGER | The auto-incremented ID for the batch. This column serves as the primary key and has no other value. |
| BatchStartingIdentifier | NUMERIC | The lower bound for the HLV_ID for the data that was processed in the batch. This is an inclusive value. |
| BatchProcessLastHlvIdentification | NUMERIC | The upper bound for the HLV_ID for the data that was processed in the batch. This is an inclusive value. |
| BatchProcessEndDateTime | DATETIME | The date and time the batch finished. |
| NumberOfRowsInsertedInBatch | INTEGER | The number of rows inserted into SMRTDTA_ELEM_SYNOPTIC in the batch. |