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

흐름표 컨트롤

목적

여기에 설명된 흐름표 컨트롤은 컨트롤과 다릅니다.관련 문서: 환자 모니터링 플로시트

Vitals Flow Sheet - groupBy:visitsVitals Flow Sheet - groupBy:obstimeVitals Flow Sheet - groupBy:encounters
Screenshot 2024-05-16 at 7.23.33 PM.pngScreenshot 2024-05-16 at 7.05.31 PM.pngScreenshot 2024-05-16 at 7.20.19 PM.png

구성

구성 예시

Add to clinical/dashboard.json for it to appear on the patient dashboard
"flowsheet": {
  "type": "flowSheet",
  "title": "Vitals Flow Sheet",
  "dashboardConfig": {
	"latestCount": "5",
    "numberOfVisits": "5",
    "groupBy": "visits",
	"rowHeading": "Visit Details",
    "obsConcepts": [
		"Pulse",
        "RR",
        "Temperature"
    ]
    "labConcepts": [
      "RBS",
      "FBS"
    ]
  },
  "allFlowSheetDetails": {
	"latestCount": "10",
	"numberOfVisits": "5",
    "groupBy": "obstime",
	"rowHeading": "Observation Time",
    "obsConcepts": [
      "Diabetes, Blood Pressure",
      "Diabetes, A1C"
    ],
    "labConcepts": [
      "RBS",
      "FBS"
    ],
    "drugConcepts": [
        "Metformin"
    ]
  }
}

주요 필드 표

KeyInformationMandatory
titleTitle to be displayed.Y
dashboardConfigKeyInformationMandatory
numberOfVisitsSpecifies the number of visits for which data has to be displayedN
groupByCan be encounters/visits/obstime.. If grouped by the encounter, then the data is displayed per encounter in the flowsheet. If grouped by the visit, then the latest value of the observations in each visit is displayed in the flowsheet.If grouped by obstime then the value of observation will be displayed in separate column grouped by observation start time.Y
obsConceptsSet of Concepts whose observations have to be displayed. The concepts will be listed in the order they are added to the obsConcepts. Y
labConceptsSet of Concepts of lab tests whose results have to be displayed.Y
drugConceptsSet of Concepts of drugs whose drug orders or prescriptions against the configured concepts have to be displayed.Y
latestCountSpecifies the number of columns for which data has to be displayedN
rowHeadingSpecifies a name (top-left cell) for the header row.N

확장 보기의 컨트롤 매개변수입니다. 내부 요소는 dashboardParams 내부 요소와 같은 형식입니다.

목차

관련 문서: 추적 컨트롤
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗