Forms 2.0 작업
Forms 2.0은 임상 모듈 또는 프로그램 모듈에서 이동할 수 있습니다.
- 구성ColumnsToIgnore, ignoreAllFreeTextConcepts, separateTableConfig, enableForAddMoreAndMultiSelect가 이 모듈에 적용됩니다(참조: https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix ). incrementalUpdateConfig를 사용할 수 있습니다(참조: https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update ).
기존 OpenMRS 테이블
평면화된 Mart 테이블
번역
운영 환경에서 양식 이름 변경
구성
ColumnsToIgnore, ignoreAllFreeTextConcepts, separateTableConfig, enableForAddMoreAndMultiSelect가 이 모듈에 적용됩니다(참조: https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix )
incrementalUpdateConfig를 사용할 수 있습니다(참조: https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update )
기존 OpenMRS 테이블
평면화된 Mart 테이블
Forms 2.0 모듈은 Obs 테이블만 다룹니다. 특정 양식에 데이터를 입력하고 Mart를 실행하면 양식 관찰 데이터가 "form_name"이라는 테이블 이름으로 Mart에 채워집니다.
모든 양식 테이블에 공통으로 존재하는 열은 다음과 같습니다.
| Column Name | Description |
|---|---|
| patient_id | Id reference for patient id from patient_id table. |
| visit_id | In which Visit the data is captured |
| encounter_id | In which encounter data is captured |
| obs_datetime | Observation date and time |
| location_id | Location code |
| location_name | Location name |
| program_id | Program code |
| program_name | Name of the program |
| patient_program_id | Id in which patient is enrolled to the program |
| date_created | Date of form creation (When filled for the first time) |
| date_modified | Date of recent form updation (When any form fields are filled again or modified in same encounter) |
| form_field_path | Combination of name of the path, control id and version of the form. This refers to specific control in the form |
| reference_form_field_path | Refers to the name of the form2 form |
번역
번역에 따른 값이 필요하면 "/var/www/bahmni_config/bahmni-mart/bahmni-mart.json" 파일에 아래 locale 태그를 추가해야 합니다.
운영 환경에서 양식 이름 변경
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0