You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/functions/order-and-result-management/flowsheets-editor.assets/a8108faf5f21ae178dc78eb98949af76.png
Any custom discrete values will not be interoperable when communicating with other systems.
@@ -48,6 +48,7 @@ Any custom discrete values will not be interoperable when communicating with oth
48
48
* <strong>All Flowsheets</strong>: All Flowsheets can have the included items (i.e., observations and orders) separated, grouped, and required, using the following buttons, as appropriate.
49
49
* <strong>Add Line Break/Header</strong>: This button inserts a break, which can be used as a header or simply a line break. As a line break, end users will see items following the line break on a separate line when inputting data. To use the line break as a header, simply click the <strong>Edit</strong> (pencil) icon in the <em>Actions</em> column, and update the <strong>Description</strong> field. The text will display as a title for the line break, thus formatting it as a header in the Flowsheet.
50
50
* <strong>Mark All Required</strong>: This button allows users to set all included observations as required. After all items have been added to the Flowsheet, clicking this button will display a verification: <em>All observations with empty required fields will be set to required</em>. Click <strong>Yes</strong> or <strong>No</strong>. Clicking Yes will set all empty required fields to <em>true</em>, making data entry required for those entry items.
51
+
* <strong>Mark All Recommended:</strong> This button allows users to set questions as recommended, but not required to be answered by end users. If a flowsheet is submitted where recommended items are not answered, a pop up will be displayed. The message states <em>Some recommended items have been left blank. Do you want to continue?</em> Select <strong>Save Anyway</strong> to continue, select <strong>Cancel</strong> to return to the flowsheet to answer additional questions.
51
52
52
53
* <strong>Questionnaires Only</strong>: Flowsheets are often used as questionnaires. These questionnaires are available from the portal and may be configured as needed. The following buttons are only compatible with Flowsheets being used as questionnaires. To preview the style and format of the questionnaire, simply click the Questionnaires Only link at any time.
53
54
* <strong>Add Page Break</strong>: This button will add a page break to the questionnaire, causing the content following the placement of the page break to continue on to a new page.
@@ -120,7 +121,7 @@ The Required field allows users to set certain line items or observations as opt
120
121
To establish requirements on an observation, begin by clicking the Edit icon (pencil) to edit the **Required** field, and enter one of the following:
121
122
122
123
* For no requirement - <strong><em>leave blank</em></strong>'
123
-
* For a soft requirement (recommended) - <strong>True</strong>
124
+
* For a soft requirement (recommended) - <strong>True or 1</strong>
124
125
* For hard requirements: There are varying hard requirements that can be configured, depending on the client's needs.
For clients on RC202503 and newer, Flowsheet items with the *Required* field set to "1" or "true" no longer prevents flowsheet from being saved in the encounter exam. A value of "1" or "true" indicates that a question is recommended to be answered, but not required. If a recommended question is not answered, the user will receive a pop up message letting the user know a recommended question has been left blank and asks if they wish to proceed. Additionally, the Flowsheet editor tool will now have a *Mark All Recommended* button, which will mark each question with a "1" in the *Required* column. The existing *Mark all Required* will enter the required string value in the *Required* column.
This field is used for conditionally displaying specific observations. For example, a questionnaire with questions/observations only relevant to a male (condition) can be programmed to only display when the sex of the respondent is male. All question types and layouts support conditional logic, and page breaks are the only type of break that do not currently support this feature.
@@ -165,7 +170,7 @@ observationDisplay('Since your last exam, have you experienced rhinitis, a runny
165
170
166
171
Anytime an observation or question is intended for men or women, exclusively, simply enter one of the following in the **Conditional** field of the observation:
167
172
168
-
* Only women: <strong>dashjs_patient.sex == 'F'abnormal</strong>
173
+
* Only women: <strong>dashjs_patient.sex == 'F'</strong>
169
174
* Only men: <strong>dashjs_patient.sex == 'M'</strong>
0 commit comments