BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Provider Job

관련 문서: incrementalUpdateConfig is applicable ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update )

Existing OpenMRS tables

Configuration

Existing OpenMRS tables

Flattened Mart Tables

Incremental Config:

Please check this section on how to enable/disable incremental config for specific mart tables.

a) provider_default:- This table gives all the provider information in an implementation

Openmrs tables used: provider

Column NameDescription
provider_idprovider id as in Openmrs
person_idperson id as in Openmrs
namename of the provider
identifierprovider identifier for that provider ( Not patient identifier )
provider_role_idrole_id for that provider

b) provider_attribute:- This table gives all the provider attribute information in an implementation

Openmrs tables used: provider:- provider, provider_attribute, provider_attribute_type

Column NameDescription
provider_idprovider id as in Openmrs
All other provider attributes as separate columns. 

c) provider_attribute_details_default - This table displays all the provider attribute details

openmrs tables used:- provider, provider_attribute, provider_attribute_type.

Column NameDescription
provider_attribute_idId reference for provider attribute ( provider_attribute table in openmrs )
attribute_type_idId reference for attribute type ( provider_attribute table in openmrs )
provider_idId reference for provider ( provider table in openmrs)
value_referencevalue reference is from provider_attribute table in openmrs
provider_attribute_type_nameattribute type name from provider_attribute_type table in openmrs
provider_attribute_type_descriptionDescription of attribute type from provider_attribute_type table in openmrs
provider_attribute_datatypeDate type of attribute type from provider_attribute_type table in openmrs
provider_attribute_datatype_configDate type config of attribute type from provider_attribute_type table in openmrs
provider_attribute_type_preferred_handlerpreferred_handler of attribute type from provider_attribute_type table in openmrs
provider_attribute_type_handler_confighandler_type of attribute type from provider_attribute_type table in openmrs
provider_attribute_type_min_occursmin_occurs of attribute type from provider_attribute_type table in openmrs
provider_attribute_type_max_occursmax_occurs of attribute type from provider_attribute_type table in openmrs
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗