Conditions 작업
- ColumnsToIgnore가 이 모듈에 적용됩니다(부록 참고).
- 기존 OpenMRS 테이블 Mart 테이블
구축 환경에 Conditions가 있으면 기존 데이터로 conditions 테이블을 생성합니다. 그렇지 않으면 Conditions가 Bahmni 제품에 기본 포함되므로 빈 테이블을 생성합니다.
ColumnsToIgnore가 이 모듈에 적용됩니다(https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329875787/Appendix 참고).
이 테이블을 생성할 때 product dump를 참고했습니다.
구성
기존 OpenMRS 테이블
Mart 테이블
a) conditions_default
| Column Name | Description |
|---|---|
| condition_id | Unique id for the table |
| previous_condition_id | |
| patient_id | To know for which patient these details are entered |
| status | |
| condition_name | Will have only one column for non-coded and coded condition names. Openmrs has two columns one is for coded and other is for non-coded |
| is_coded_condition_name | This column tell us whether a condition is coded or not |
| onset_date | |
| additional_detail | |
| end_date | |
| end_reason | |
| creator | Who has entered these conditions |
| date_created | Date of creation of these conditions |
원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0