여러 데이터베이스에 연결
소개
이 페이지에서는 Bahmni의 여러 데이터베이스에 연결하는 방법을 설명합니다.
Bahmni는 OpenMRS, OpenELIS, OpenERP/Odoo, Dcm4chee, PACS-Integration 서비스 등의 하위 구성 요소로 이루어집니다. 각 구성 요소는 MySQL 또는 PostgreSQL에 생성될 수 있는 자체 데이터베이스를 사용합니다. 특정 데이터베이스 내용을 보려면 MySQL 또는 PostgreSQL에 맞는 명령줄 도구와 적절한 자격 증명을 사용해야 합니다.
애플리케이션 데이터베이스 목록
| Application | DB Server Type | Database Name | Connection Command | |
|---|---|---|---|---|
| 1. | OpenMRS (EMR) | MySQL | openmrs | bash mysql -uopenmrs-user -ppassword openmrs # For Bahmni 0.92 > mysql -uroot -pP@ssw0rd openmrs]]> |
| 2. | OpenELIS (Lab) | PostgreSQL | clinlims | psql -Uclinlims clinlims]]> |
| 3. | OpenERP/Odoo | PostgreSQL | openerp/odoo | psql -Uopenerp openerp OR > psql -Uodoo odoo]]> |
| 4. | dcm4chee | PostgreSQL | pacsdb | psql -Upostgres pacsdb]]> |
| 5. | PACS Integration Service | PostgreSQL | bahmni_pacs | psql -Upostgres bahmni_pacs]]> |
| 6. | Crater (Bahmni LITE) | MySQL | crater | mysql -ucrater -pcrater crater # connect to crater atomfeed db > mysql -ucrater_atomfeed_user -ppassw0rd crater_atomfeed]]> |
> mysql -uopenmrs-user -ppassword openmrs
# For Bahmni 0.92
> mysql -uroot -pP@ssw0rd openmrs> psql -Uclinlims clinlims> psql -Uopenerp openerp
OR
> psql -Uodoo odoo> psql -Upostgres pacsdb> psql -Upostgres bahmni_pacs# connect to crater db
> mysql -ucrater -pcrater crater
# connect to crater atomfeed db
> mysql -ucrater_atomfeed_user -ppassw0rd crater_atomfeed원문 정보
원문 보기 ↗Bahmni Wiki · CC BY-SA 4.0