Skip to content

Commit 2e2ecae

Browse files
committed
wikigdrive update to new markdown engine
1 parent 28f4ef7 commit 2e2ecae

File tree

845 files changed

+13697
-14626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

845 files changed

+13697
-14626
lines changed

config/_default/menu.en.json

+487-438
Large diffs are not rendered by default.

content/_index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ links:
1111
- 'functions.md'
1212
- 'rapid-deployment.md'
1313
source: 'https://drive.google.com/open?id=1C29_huh5LN64dXnkc7pHe_kgNH-dLYb5p8drt872IE0'
14-
wikigdrive: 'dc9ec4e15828d59cf43699483d3f3e6ddbe5d23a'
14+
wikigdrive: '028c9969b6de1b1821f0b338eb112d2421a13029'
1515
---
1616
Information and resources designed to assist with the general use, setup, and configuration of the {{% system-name %}} system. Additional information is also available for any troubleshooting or training needs.
1717

@@ -32,14 +32,12 @@ This documentation is organized into two sections "Programs" and "Functions." T
3232

3333
![](diagrams/eh-positioning.svg)
3434

35-
3635
{{% /only %}}
36+
3737
{{% only sys="wc" %}}
3838
{{% system-name %}} offers various solutions for Medical Practices. Check out our clinical and solutions intended to streamline operations, reduce burden, and increase overall quality. Programs are listed in yellow and some functions are highlighted below each program.
3939

40-
4140
![](./_index.assets/8d791d120b53291e5596808c5ca0190c.png)
42-
4341
{{% /only %}}
4442

4543

content/aoe-ask-at-order-entry-editor-draft.md

+46-28
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
id: '1V1_OlJ8dF3_ZO69o40TO2m5tQ8fihE2rcspcOCLoVb8'
33
title: 'AOE (Ask at Order Entry) Editor-draft'
44
date: '2023-12-01T20:41:29.967Z'
5-
version: 131
5+
version: 138
66
lastAuthor: 'Angie Nichols'
77
mimeType: 'text/x-markdown'
88
links: []
99
source: 'https://drive.google.com/open?id=1V1_OlJ8dF3_ZO69o40TO2m5tQ8fihE2rcspcOCLoVb8'
10-
wikigdrive: 'ea413e050e00b6645988e5c1b38ac902b1909cdd'
10+
wikigdrive: '028c9969b6de1b1821f0b338eb112d2421a13029'
1111
---
1212
## Overview
1313

1414
The Orders List Editor, found in the Control Panel > Orders > Orders-List Editor, is where you will find a list of all orders in the database, plus any Questions associated with these orders. These questions are commonly referred to as "AOE" or Ask at Order Entry, and pop up automatically when a user adds a test/order to a requisition. These AOEs provide additional details for specific tests/orders, such as Fasting or Pregnancy information. A single test may have multiple questions tied to it. Not all orders have questions associated with them.
1515

1616
## Terminology: DataVis Columns
1717

18-
1918
![](../aoe-ask-at-order-entry-editor-draft.assets/dad08343e74b63bbeca288226b0a46af.png)
20-
2119
**DataVis**: An interactive spreadsheet-like grid showing data in columns and rows, which allows for filtering, sorting, and pivoting to obtain the view of the data desired.
2220
**Type:** The order type is used to describe or categorize data into similar groupings. This allows the user to apply a filter to refine the search.
2321
**Question Count**: Displays the number of AOE Questions associated with each row
@@ -34,111 +32,131 @@ The Orders List Editor, found in the Control Panel > Orders > Orders-List Editor
3432

3533
The Orders-List Editor shows all of the orders available in the system, and is also where you can see which orders have Questions associated with them. This is where you will add or edit AOE questions.
3634

37-
* Use the columns to filter or sort based on what you are looking for.
35+
36+
* Use the columns to filter or sort based on what you are looking for.
3837
* Move the columns around to a view that suits you by clicking on the COLUMNS button and using the tools to pin/hide/drag columns.
3938
* Use the tools/gear icon to group by / pivot the data.
4039
* To download a CSV of the selection, use the paper icon then click the Download icon.
4140

41+
4242
## AOE Questions Editor within the Orders-List Editor
4343

4444
The AOE Editor is now available with each order code in the Orders-List Editor DataVis view.
4545

4646
If searching for a specific order, use a filter to locate that order by name or code, LOINC, etc. If there are questions already associated with the order, there will be a numeric representation in the "Question Count" column.
47-
4847
![](../aoe-ask-at-order-entry-editor-draft.assets/980d6b1d79fa863710d4a07cdfd1c101.png)
4948

50-
51-
To View the Questions, checkmark the associated row and click the **?Show Questions** button at the bottom of the screen.
52-
49+
To View the Questions, checkmark the associated row and click the **?Show Questions** button at the bottom of the screen.
5350
![](../aoe-ask-at-order-entry-editor-draft.assets/f0ecd8aadd108df98cf2a7198e825385.png)
54-
55-
5651
![](../aoe-ask-at-order-entry-editor-draft.assets/ee3deef278150024c1704a88348b441c.png)
5752

5853

59-
60-
6154
## ![](../aoe-ask-at-order-entry-editor-draft.assets/62919b9d99d21d06cdfbd35e6a5f4643.png)
6255

6356

64-
6557
## Adding New Questions to Orders
6658

6759
With proper permission, a user may add the AOE questions to existing orders.
6860

61+
6962
1. Locate the order to add questions to
70-
2. Checkmark the order in the far left column
63+
2. Checkmark the order in the far left column
7164
3. Click the <strong>? Show Questions</strong> button
7265

7366
![](../aoe-ask-at-order-entry-editor-draft.assets/0f4303106e5e935e7897e8c613937821.png)
7467

75-
4. If there are no existing questions for this order, you may create a new question, specific for this test, or use an existing question.
68+
4. If there are no existing questions for this order, you may create a new question, specific for this test, or use an existing question.
7669

7770
![](../aoe-ask-at-order-entry-editor-draft.assets/8d83a7d5297ca5a60a6416024b0d1820.png)
7871

72+
7973
1. <strong>ADD EXISTING QUESTION</strong>: Use the autocomplete field to enter the <em>description</em> (often the abbreviation or code). Select by clicking on the selection or pressing the tab key on your keyboard, then click the <strong>Submit</strong> button.
8074

75+
8176
![](../aoe-ask-at-order-entry-editor-draft.assets/faa3694e34c716b9eeed62dfcd60f01b.png)
8277

8378

79+
8480
2. <strong>CREATE A NEW QUESTION</strong>: Enter information into each of the fields shown below:
8581

82+
8683
![](../aoe-ask-at-order-entry-editor-draft.assets/b5fa159c1b7d11975842791a92e2b3d3.png)
8784

85+
86+
8887
1. <strong>Description</strong>: Typically an abbreviated version of the full question. Something like: SMOKER instead of "Does the patient smoke?
8988
2. <strong>Type</strong>: What type of question/response does this question need to be? The choices are "Multiple Choice", "Yes or No", "Text Answer". (See section below for specifics.)
9089

90+
91+
9192
![](../aoe-ask-at-order-entry-editor-draft.assets/dfa50e4509a32f0f19e003171e11cc9c.png)
9293

94+
95+
9396
3. <strong>Priority Order</strong>: This is the sequence the questions will appear - first, second, etc. Enter a numeric value 1, 2, 3 etc. You do not need to enter these in the correct order. The system will reorder them once you click submit. If there is only a single question, no numbering sequence is necessary.
9497
4. <strong>Question Code</strong>: This field is typically supplied to you by the Lab or facility that will be receiving the order. It is not a mandatory field when using this editor, but is required when utilizing Data Import, and must be unique.
9598
5. <strong>Internal Question</strong>: This question prints on the order requisition but does not transmit via the interface.
96-
6. <strong>Question</strong>
99+
6. <strong>Question</strong>
100+
97101
1. Yes/No: This option displays a Yes and No radio button on the order requisition
98102

103+
104+
105+
99106
![](../aoe-ask-at-order-entry-editor-draft.assets/ec7d0933cddc4aa5b88e745b111acc72.png)
100107

108+
109+
110+
101111
2. Text: Text allows the user to type in a response. This is limited to 255 characters.
102112

113+
114+
115+
103116
![](../aoe-ask-at-order-entry-editor-draft.assets/6ec818f229b86fac46105682bfafe76a.png)
104117

118+
119+
120+
105121
3. Multiple Choice: The user will see the responses allowed for the question in a drop-down field.
106122

107-
![](../aoe-ask-at-order-entry-editor-draft.assets/2dbacd9ef5b38d5bec8e13ad1880dcd4.png)
108123

109124

110-
Below is a representation of how the AOE configuration displays to the end user when creating an order.
111125

112-
![](../aoe-ask-at-order-entry-editor-draft.assets/48bab94a51876ad2cf02cc9a84f11363.png)
126+
![](../aoe-ask-at-order-entry-editor-draft.assets/2dbacd9ef5b38d5bec8e13ad1880dcd4.png)
113127

128+
Below is a representation of how the AOE configuration displays to the end user when creating an order.
129+
![](../aoe-ask-at-order-entry-editor-draft.assets/48bab94a51876ad2cf02cc9a84f11363.png)
114130

115131
Additionally, the AOE questions and responses will display on the Order Requisition document.
116-
117132
![](../aoe-ask-at-order-entry-editor-draft.assets/a3cb6f204a19819bb11678d07ce14a6b.png)
118133

119-
120134
## Editing Existing Questions
121135

122136
Similar to adding a new question, users must have the proper permission to modify existing questions.
137+
123138
1. Locate the order to add questions to
124-
2. Checkmark the order in the far left column
139+
2. Checkmark the order in the far left column
125140
3. Click the <strong>?Show Questions</strong> button
126-
4. Locate the question to update and click on the row.
141+
4. Locate the question to update and click on the row.
127142

128143
![](../aoe-ask-at-order-entry-editor-draft.assets/b530241c941f9e8289829b8e0a8f8e0f.png)
129144

130145
5. From here, you may update the Description, the process order, the question code, or the response.
131-
1. You may not change this from one "type" of response (like Text) to another type (like Yes/No). For this type of change, create a new question.
132146

133-
Be sure to click the Submit button at the bottom to save your changes.<img src="../aoe-ask-at-order-entry-editor-draft.assets/ecaf0e06e80e72208eb7743266d642e6.png" />
147+
1. You may not change this from one "type" of response (like Text) to another type (like Yes/No). For this type of change, create a new question.
148+
2. Be sure to click the Submit button at the bottom to save your changes.![](../aoe-ask-at-order-entry-editor-draft.assets/ecaf0e06e80e72208eb7743266d642e6.png)
149+
134150

135151

136152

137153
## Deleting Questions
138154

139155
With the proper security, a user may delete some or all of each order's questions.
140-
1. To delete, click on the trash can icon located on the right side of the row.
156+
157+
1. To delete, click on the trash can icon located on the right side of the row.
158+
141159
1. Be very sure you want to delete the question, as there is no "second chance" or warning associated with deleting.
142160

143-
![](../aoe-ask-at-order-entry-editor-draft.assets/47b3918a214acca9b14fbe799faf465b.png)
144161

162+
![](../aoe-ask-at-order-entry-editor-draft.assets/47b3918a214acca9b14fbe799faf465b.png)

content/dynamic-encounter-landing-page-example.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lastAuthor: 'egrzetich'
77
mimeType: 'text/x-markdown'
88
links: []
99
source: 'https://drive.google.com/open?id=1oJobeiTCRgSrK0GKKP_ZyFIPnJQs7mB07tLZrp9m1YQ'
10-
wikigdrive: '29e351919e760c8794db0d9a212ff8b34e4d345c'
10+
wikigdrive: '028c9969b6de1b1821f0b338eb112d2421a13029'
1111
---
1212
Dynamic encounter landing page example
1313
This is a description of the system functionality which is the subject of this landing page.

content/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lastAuthor: 'Bridget Hamm'
77
mimeType: 'text/x-markdown'
88
links: []
99
source: 'https://drive.google.com/open?id=1E0DKcCJjdeSPf_YjJUF7pMO72HzWYbsLw3cEmdGW5g0'
10-
wikigdrive: '29e351919e760c8794db0d9a212ff8b34e4d345c'
10+
wikigdrive: '028c9969b6de1b1821f0b338eb112d2421a13029'
1111
---
1212
Functions are functional components of the software that when combined together can be used to build a Program. The "Functions" are the low level features for {{% system-name %}} and the "Programs" represent the combination of the functions to achieve a specific business purpose. For example, Document Management is a Function and it is used across many Programs as the foundation of information management. Another example Function would be EPCS (Electronic Prescribing of Controlled Substances) and would be in Clinical, Behavioral and Occupational Programs.
1313

0 commit comments

Comments
 (0)