Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand

Screenshot of the task in table mode:

Screenshot of the task in form mode:

To configure the form mode, you need to add one of the below codes in your JS files:

Code Block
languagejson
"allowViewToggle": true   // If you want both form and table mode within a task so that the users can toggle between the two modes and use the one they are comfortable with.
Code Block
languagejson
"viewMode": "form"  // If you want to fix the form view by default for a task.
  • By default, only editable fields are displayed in the form view. However, if you wish to view any fields that are in the “span“ type within the form, you have to add the below code for such fields:

"showInForm": true

Example JS file (refer to specimenLabel field):

View file
namewash-aliquots.js

  • Form view mode is only supported in "update-specimens" and "form-data-entry" tasks.

Remove Queued Specimens

If you have a similar set of rules for multiple workflows, a specimen gets added to the waiting queue multiple times for each workflow. When you pick the specimen from the waiting queue to start a new batch, you would want that specimen to be removed from the queue and no longer be used for other workflows.

Expand
titleSteps to enable the setting...
  • As a super admin, navigate to the system settings and search for 'Remove Queued Specimens':

Image Added

The specimens are removed from the waiting queue in both of the below cases:

  • When specimen labels/barcodes are scanned and added to the batch.

  • When specimens are picked/selected from the waiting queue to create a new batch.