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

등록 두 번째 페이지

  • 구성. ColumnsToIgnore가 이 모듈에 적용됩니다(부록 참조). incrementalUpdateConfig를 적용할 수 있습니다(증분 업데이트 참조).관련 문서: Configuration
관련 문서: ColumnsToIgnore apply for this module ( Refer Appendix )incrementalUpdateConfig is applicable ( Refer Incremental Update )

기존 OpenMRS 테이블관련 문서: Existing OpenMRS tables

Mart 테이블관련 문서: Mart Tables

Mart 뷰관련 문서: Mart Views

번역관련 문서: Translations

두 번째 페이지에서 등록하는 기능은 Bahmni의 기본 기능입니다.

구성

ColumnsToIgnore가 이 모듈에 적용됩니다(https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix 참조).
incrementalUpdateConfig를 적용할 수 있습니다(https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update 참조).

기존 OpenMRS 테이블

Mart 테이블

Mart 데이터베이스에는 Bahmni 구성에 정의된 설정을 바탕으로 두 개의 테이블이 생성됩니다. 기본 Bahmni 설정은 부록에 설명되어 있습니다. 이 설정에 따라 다음 테이블이 생성되며, 같은 설정에서 다른 개념도 정의할 수 있습니다. Bahmni UI에서 등록 두 번째 페이지를 구성하려면 관련 문서를 확인하십시오.

a) reg_nutritional_values(영양 수치)

Column NameColumn Description
id_reg_nutritional_valuesObservation Id same as obs table of openmrs database
patient_idFor which patient the data was captured
encounter_idIn which encounter the data was captured
visit_idId reference of visit from visit table in openmrs
obs_datetimeobs date and time from obs table in openmrs
date_createdvisit date created from visit table in openmrs
date_modifiedvisit date changed from visit table in openmrs
location_idId reference to location from location table in openmrs
location_nameName of location from location table in openmrs
program_idId reference to the program from program table in openmrs
program_nameName of program from program table in openmrs
patient_program_idId reference to patient program from patient_program table in openmrs
heightFor given encounter and patient what is the value of height
weightFor given encounter and patient what is the value of weight

b) reg_fee_information(수수료 정보)

Column nameColumn Description
id_reg_fee_informationObservation Id same as obs table of openmrs database
patient_idFor which patient the data was captured
encounter_idIn which encounter the data was captured
visit_idId reference of visit from visit table in openmrs
obs_datetimeobs date and time from obs table in openmrs
date_createdvisit date created from visit table in openmrs
date_modifiedvisit date changed from visit table in openmrs
location_idId reference to location from location table in openmrs
location_nameName of location from location table in openmrs
program_idId reference to the program from program table in openmrs
program_nameName of program from program table in openmrs
patient_program_idId reference to patient program from patient_program table in openmrs
registration_feesFor given encounter and patient what is the value of registration fees
commentsFor given encounter and patient what is the value of comments

참고: 하나의 개념이 관찰 양식과 등록 두 번째 페이지 모두에 있고, 두 곳에서 모두 해당 개념의 데이터를 추가하면 등록 두 번째 페이지의 테이블에는 서로 다른 진료로 두 값이 모두 저장됩니다.

다만 양식에서 값을 추가하면 해당 값은 obs 테이블에만 반영되고 등록 두 번째 페이지 테이블에는 반영되지 않습니다.

Mart 뷰

extension.json에 구성된 각 개념 집합마다 별도의 테이블이 생성됩니다. 쉽게 접근할 수 있도록 Mart 데이터베이스에서 등록 두 번째 페이지와 관련된 모든 테이블을 결합한 registration_second_page_view라는 뷰가 제공됩니다.

patient_idFor which patient the data was captured
encounter_idIn which encounter the data was captured
visit_idId reference of visit from visit table in openmrs
obs_datetimeobs date and time from obs table in openmrs
date_createdvisit date created from visit table in openmrs
date_modifiedvisit date changed from visit table in openmrs
location_idId reference to location from location table in openmrs
location_nameName of location from location table in openmrs
program_idId reference to the program from program table in openmrs
program_nameName of program from program table in openmrs
patient_program_idId reference to patient program from patient_program table in openmrs
reg_fee_information_registration_feesFee collected from that patient from obs table in openmrs
reg_nutritional_values_heightHeight mentioned in the RSP from obs table in openmrs
reg_nutritional_values_weightWeight of patient mentioned in the RSP from obs table in openmrs

번역

번역에 맞는 값을 가져오려면 "/var/www/bahmni_config/bahmni-mart/bahmni-mart.json" 파일에 아래 locale 태그를 추가해야 합니다.

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗