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

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 ).관련 문서: Configuration
관련 문서: ColumnsToIgnore, ignoreAllFreeTextConcepts, separateTableConfig, enableForAddMoreAndMultiSelect apply for this module ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix )incrementalUpdateConfig is applicable ( Refer https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update )

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

평면화된 Mart 테이블관련 문서: Flattened Mart Tables

번역관련 문서: Translations

운영 환경에서 양식 이름 변경관련 문서: Changing form name in production

구성

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 NameDescription
patient_id Id reference for patient id from patient_id table.
visit_idIn which Visit the data is captured
encounter_idIn which encounter data is captured
obs_datetimeObservation date and time
location_idLocation code
location_nameLocation name
program_idProgram code
program_nameName of the program
patient_program_idId in which patient is enrolled to the program
date_created Date of form creation (When filled for the first time)
date_modifiedDate of recent form updation (When any form fields are filled again or modified in same encounter)
form_field_pathCombination of name of the path, control id and version of the form. This refers to specific control in the form
reference_form_field_pathRefers to the name of the form2 form

번역

번역에 따른 값이 필요하면 "/var/www/bahmni_config/bahmni-mart/bahmni-mart.json" 파일에 아래 locale 태그를 추가해야 합니다.

운영 환경에서 양식 이름 변경

https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/330268827/Observations#Changing-form-name-in-production

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗