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

위치

구성incrementalUpdateConfig를 적용할 수 있습니다(https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update 참조). 기존 OpenMRS 테이블

{
      "name": "Location",
      "type": "location",
      "chunkSizeToRead": "500"
}

평면화된 Mart 테이블

a) location_default - 이 테이블은 위치와 위치의 모든 상세 정보를 제공합니다.

사용하는 OpenMRS 테이블: location

Column NameDescription
location_idUnique column id from location table from openmrs
nameName of the location
descriptionDescription for that particular location
address1 - address15Represents different fields in address (Configurable)
city_villageCity/Village of the patient
state_provinceState/Province of the patient
postal_codePostal code of the patient’s residential area
countryCountry of patient’s residence
county_district District of the patient’s residence
latitudeLatitude of the area of residence
longitudeLongitude of the area of residence
start_dateDate when the patient started living in that area
end_dateDate when the patient stopped being in that area
parent_locationparent locations id

b) location_tag_map_default - 이 테이블은 위치 태그 매핑 상세 정보를 제공합니다.

사용하는 OpenMRS 테이블: location, location_tag_name, location_tag_map

Column NameDescription
location_idUnique column id from location table in openmrs
location_tag_idUnique column id from location_tag table in openmrs
location_tag_nameName of location from location_tag table in openmrs
location_tag_descriptionLocation Tag description from location_tag table in openmrs

c) location_attribute_details_default -

사용하는 OpenMRS 테이블: location, location_attribute, location_attribute_type

Column NameDescription
location_attribute_idUnique column id from location_attribute table in openmrs
attribute_type_idlocation attribute type id from location_attribute table in openmrs
value_referencevalue_reference from location_attribute table in openmrs
location_attribute_type_namevalue_reference from location_attribute table in openmrs
location_attribute_type_descriptionlocation_attribute_type description from location_attribute table in openmrs
location_attribute_type_datatypelocation_attribute_type_datatype from location_attribute table in openmrs
location_attribute_type_datatype_configlocation_attribute_type_datatype_config from location_attribute table in openmrs
location_attribute_type_preferred_handlerlocation_attribute_type_preferred_handler from location_attribute table in openmrs
location_attribute_type_handler_configlocation_attribute_type_handler_config from location_attribute table in openmrs
location_attribute_type_min_occurslocation_attribute_type_min_occurs from location_attribute table in openmrs
location_attribute_type_min_occurslocation_attribute_type_min_occurs from location_attribute table in openmrs
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗