Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

When the visit/specimen tree has many fields configured, you need to scroll through the fields to view the data. On the right side of the visit/specimen overview page, there is an activity pane that includes the audit log and visit/specimens events. By default, the visit/specimen activity pane will be displayed on all the visit/specimen pages with a 'Hide Events' button.
You can hide the specimen and visit activity pane to expand the visit/specimen details box. 
  • The code has to be configured in workflow JSON in the "common" section.
  • If you wish to view the events, click on the 'Show Activity' button.
{
  "name": "common",
  "data": {
  "showSpmnActivity": false, // Hides specimen activity pane
  "showVisitActivity": false // Hides visit activity pane
  }
}

Visit overview page:

Specimen overview page:

Example JSON

  • No labels