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

예약 일정 관리 모듈

설정

이 모듈에는 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 테이블은 customSql 작업 유형으로 생성됩니다.

증분 구성:

특정 Mart 테이블의 증분 구성을 활성화하거나 비활성화하는 방법은 이 절을 확인하십시오.관련 문서: this

a) patient_appointment_default

Column NameDescription
patient_idPatient identification number.
appointment_idId reference for an appointment
appointment_locationLocation where the appointment is created
appointment_providerCreator of the appointment
appointment_serviceService of the appointment
appointment_service_durationService duration of the appointment
appointment_service_typeService type of the appointment
appointment_service_type_durationService type duration of the appointment
appointment_specialitySpeciality of the appointment
appointment_start_timeStart_time of the appointment
appointment_statusStatus of the appointment
appointment_end_timeEnd time of the appointment
appointment_kindRefers whether it is WalkIn or Scheduled appt.
commentsComments given during appointment creation

b) appointment_service_default

Column NameDescription
appointment_service_id Id of appointment service
location_nameLocation of the appointment
service_descriptionDescription of the service
service_durationDuration of the service
service_starttimeStart time of the service
service_endtimeEnd time of the service
service_max_loadMax load of the service
service_nameName of the service
service_typeType of the service
service_type_durationDuration of service type
specialitySpeciality of the service

c) appointment_speciality_default

Column NameDescription
speciality_id Id of speciality
specialityAppointment speciality 

d) service_availability_default

Column NameDescription
appointment_service_idId of appointment_service
availability_start_timeStart time of the availability
availability_end_timeEnd time of the availability
availability_day_of_weekDay on which service is available
availability_max_loadMax load of the availability
service_locationLocation of the service
service_nameName of the service

Mart 뷰a) patient_appointment_view

이 뷰는 person_details_default, person_attributes 및 patient_appointment_default 테이블을 결합합니다. 여기에 age_during_appointment(patient_appointment_startdate와 birthdate의 날짜 차이) 및 해당 연령 그룹을 추가합니다.

b) appointment_admin_panel_view

이 뷰는 appointment_service_default와 service_availability_default를 결합합니다.

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗