Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 1.77 KB

File metadata and controls

26 lines (24 loc) · 1.77 KB
id title date version mimeType links source wikigdrive
1mTsD1oXYnV2ZVK_7okDnVLmvkG60cAj5x0-DwUypgk8
RadOmni
2020-02-27T21:01:07.965Z
18
text/x-markdown
0008bcbb1563384efe0a28ada6f97e9432e65f10

The necessary setup for accessing and utilizing RadOmni is fairly simple and straightforward, requiring just a basic install of a layout that is then viewable as a sidemenu option in the {{% system-name %}} system ( {{% sys-name %}} ). When accessed, the RadOmni form and all open encounters (filtered by the determined criteria) will display. RadOmni also provides options to Dictate, View Images, Add Tech Notes, and View the full encounter.

{{% info %}} The RadOmni Worklist auto-refreshes every three (3) minutes. {{% /info %}}

  • By default, the RadOmni layout displays All Encounters. Open Encounter Criteria can be added to the RadOmni All Encounters ListView, if necessary. The following criteria may be added to the layout:
    • Stages
      • If incoming encounters utilize staging, adding this option allows users to filter out completed or problematic records more easily.
      • Ex: WHERE="e.location='CAM' AND e.stage='rad_order_completed'"
    • Visit Types
      • If multiple types of encounter orders are being used, adding this option allows users to easily restrict the report to specific visit types, as needed.
      • Ex: WHERE="e.visit_type IN ('ERVISIT','OUTPATIENT','INPATIENT','OFFICE') AND e.location='ENT'"
    • Encounter Location
      • If multiple locations are used, adding this option allows users to easily restrict the report by the specific location(s), as needed.
      • Ex: WHERE="e.location='CAM'"