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 2 Current »

If users do not create aliquots while creating the primary specimens from the unplanned specimen page, or if users only create one primary sample at a time, then the user can hide/unhide the 'ALIQUOT DETAILS' and 'MULTIPLE SPECIMENS' options from the collection page using JSON configuration.

The “allowMultipleSpecimens“ and “showCreateAliquots” need to define in the ”Common” section as below in the JSON file.

{
  "name": "common",
  "data": {
  "addSpecimen": {
    "allowMultipleSpecimens": false,
    "showCreateAliquots": false
  }
  }
}

Screenshot before configuration:

Screenshot After Configuration:

Example JSON

Download

  • No labels