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

수술실 모듈

설정

incrementalUpdateConfig를 적용할 수 있습니다(참조: https://msfprojects.atlassian.net/wiki/spaces/BAH/pages/329679036/Incremental+Update).

기존 OpenMRS 테이블

평면화된 Mart 테이블

증분 구성:

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

a) surgical_block_default

Column NameDescription
surgical_block_idIdentifier for the table
primary_provider_nameName of the Surgeon  performing the surgery
creator_name Name of creator for surgical block
location_nameLocation of the operation theatre
block_starttimeStart time for surgery block
block_endtimeEnd time for surgery block
date_createdDate of creation for surgical block
date_changed Changed date if modified
changed_byName of person who changed the surgical block

b) surgical_appointment_default

Column NameDescription
surgical_appointment_idTable Identifier
surgical_block_id Identifier for surgical block related to this surgery
patient_id Identifier for the patient undergoing surgery
sort_weightWeight will be used to order the appointment
statusStatus of the surgery
actual_start_datetimeActual Surgery start time
actual_end_datetimeActual time at which surgery ended
notesNotes added after surgery
date_createdDate when the surgery appointment was created
date_changedIf modified the date of modification of the surgery appointment
creator_nameName of the person who created the surgery appointment
changed_byName of the person who modified the surgery appointment

c) surgical_appointment_attributes

Column NameDescription
surgical_appointment_idIdentifier for the surgical appointment
procedureName of the surgical procedure
estTimeHoursEstimated time for surgery in hours
estTimeMinutesEstimated time for surgery in minutes extra to the above hours
cleaningTimeTime for cleaning after the surgery
otherSurgeon Name of additional surgeon
surgicalAssistantName of assistant
anaesthetistName of the doctor who performs anesthesia
scrubNurseName of scrub nurse for the surgery
circulatingNurseName of circulating nurse ( nurse from other location )
notesNotes added after surgery is done

d) surgical_appointment_attribute_type_details_default

Column NameDescription
nameName of the attributes used in the surgical appointment table
descriptionDescription of the attributes used

Mart 뷰

a) patient_operation_theater_view

이 뷰는 생성 날짜, 예약된 수술, 블록 위치, 배정된 외과의사, 수행할 시술 등 수술실 블록의 세부정보를 종합적으로 제공합니다. 한 환자가 서로 다른 시간에 여러 수술을 예약할 수 있으므로 같은 환자에 대해 데이터가 다른 여러 행이 존재할 수 있습니다. 환자 상세정보에는 age_at_surgery(수술 당시 환자 나이)와 age_group_at_surgery(수술 당시 연령대)가 포함됩니다. 수술 블록 날짜는 그날 해당 블록에 계획된 모든 수술에 대응합니다. 수술이 연기되면 블록 날짜에는 실제로 다시 예약된 수술 시간이 표시됩니다.

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗