등록 두 번째 페이지
- 구성. ColumnsToIgnore가 이 모듈에 적용됩니다(부록 참조). incrementalUpdateConfig를 적용할 수 있습니다(증분 업데이트 참조).
기존 OpenMRS 테이블
Mart 테이블
Mart 뷰
번역
두 번째 페이지에서 등록하는 기능은 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 Name | Column Description |
|---|---|
| id_reg_nutritional_values | Observation Id same as obs table of openmrs database |
| patient_id | For which patient the data was captured |
| encounter_id | In which encounter the data was captured |
| visit_id | Id reference of visit from visit table in openmrs |
| obs_datetime | obs date and time from obs table in openmrs |
| date_created | visit date created from visit table in openmrs |
| date_modified | visit date changed from visit table in openmrs |
| location_id | Id reference to location from location table in openmrs |
| location_name | Name of location from location table in openmrs |
| program_id | Id reference to the program from program table in openmrs |
| program_name | Name of program from program table in openmrs |
| patient_program_id | Id reference to patient program from patient_program table in openmrs |
| height | For given encounter and patient what is the value of height |
| weight | For given encounter and patient what is the value of weight |
b) reg_fee_information(수수료 정보)
| Column name | Column Description |
|---|---|
| id_reg_fee_information | Observation Id same as obs table of openmrs database |
| patient_id | For which patient the data was captured |
| encounter_id | In which encounter the data was captured |
| visit_id | Id reference of visit from visit table in openmrs |
| obs_datetime | obs date and time from obs table in openmrs |
| date_created | visit date created from visit table in openmrs |
| date_modified | visit date changed from visit table in openmrs |
| location_id | Id reference to location from location table in openmrs |
| location_name | Name of location from location table in openmrs |
| program_id | Id reference to the program from program table in openmrs |
| program_name | Name of program from program table in openmrs |
| patient_program_id | Id reference to patient program from patient_program table in openmrs |
| registration_fees | For given encounter and patient what is the value of registration fees |
| comments | For given encounter and patient what is the value of comments |
참고: 하나의 개념이 관찰 양식과 등록 두 번째 페이지 모두에 있고, 두 곳에서 모두 해당 개념의 데이터를 추가하면 등록 두 번째 페이지의 테이블에는 서로 다른 진료로 두 값이 모두 저장됩니다.
다만 양식에서 값을 추가하면 해당 값은 obs 테이블에만 반영되고 등록 두 번째 페이지 테이블에는 반영되지 않습니다.
Mart 뷰
extension.json에 구성된 각 개념 집합마다 별도의 테이블이 생성됩니다. 쉽게 접근할 수 있도록 Mart 데이터베이스에서 등록 두 번째 페이지와 관련된 모든 테이블을 결합한 registration_second_page_view라는 뷰가 제공됩니다.
| patient_id | For which patient the data was captured |
|---|---|
| encounter_id | In which encounter the data was captured |
| visit_id | Id reference of visit from visit table in openmrs |
| obs_datetime | obs date and time from obs table in openmrs |
| date_created | visit date created from visit table in openmrs |
| date_modified | visit date changed from visit table in openmrs |
| location_id | Id reference to location from location table in openmrs |
| location_name | Name of location from location table in openmrs |
| program_id | Id reference to the program from program table in openmrs |
| program_name | Name of program from program table in openmrs |
| patient_program_id | Id reference to patient program from patient_program table in openmrs |
| reg_fee_information_registration_fees | Fee collected from that patient from obs table in openmrs |
| reg_nutritional_values_height | Height mentioned in the RSP from obs table in openmrs |
| reg_nutritional_values_weight | Weight 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