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

주문 이행 컨트롤

목적

스크린샷

Lab order display Control.png

구성

구성 예시

Add to clinical/dashboard.json for it to appear on the patient dashboard
"labOrdersControl": {
 "orderType": "Lab Order",
 "type": "ordersControl",
 "title": "Lab Orders Display Control",
 "dashboardConfig": {   
    "conceptNames": ["Systolic", "Diastolic", "Posture", "Temperature"],
    "numberOfVisits": "4",
	"showHeader": true,
	"obsIgnoreList" : ["Supine"]
  } ,
 "expandedViewConfig": {
      "conceptNames": ["Systolic", "Diastolic", "Posture", "Temperature"],
	   "showHeader": true
  }
}

주요 필드 표

KeyInfoMandatory
orderTypetype of the order you want to display (Required)Y
typethe name/id for the control that needs to be picked from the code. (Required)Y
titleindicates the title that will be displayed on the dashboard/visit page for the section. (Required)Y
conceptNamesSpecify the concept names of the concepts that need to be displayed in this section. (Required)Y
numberOfVisitsspecifies the number of visits for which orders has to be displayed. (Optional)N
dashboardConfigindicates the configuration for the dashboardY
expandedViewConfigIndicates the configuration for the details page (All Orders Page)N
showHeaderIf set to true, the headers will be displayed; otherwise the headers will be displayed only when observations are captured for the order . Default value : true .(Optional)N
obsIgnoreListSpecify the concept names whose observations can be ignored in this section (Optional)N

목차

관련 문서: 검사실 및 영상의학 컨트롤
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗