Table of Contents |
---|
Configuration
incrementalUpdateConfig is applicable ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update )
Code Block |
---|
{ "name": "Operation Theater", "type": "operationTheater", "chunkSizeToRead": "500" } |
...
Existing OpenMRS tables
Code Block |
---|
Surgical_block Surgical_appointment Surgical_appointment_attribute Surgical_appointment_attribute_type Provider Person_name Location |
...
Flattened Mart Tables
Code Block |
---|
surgical_block_default surgical_appointment_default surgical_appointment_attributes surgical_appointment_attribute_type_details_default |
Incremental Config:
Please check this section on how to enable/disable incremental config for specific mart tables.
...
Column Name | Description |
name | Name of the attributes used in the surgical appointment table |
description | Description of the attributes used |
...
Mart Views
a) patient_operation_theater_view
...