Versions Compared

Key

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

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

Info

The

...

code

allowMultipleSpecimens“ and “showCreateAliquots” needs to be defined in the ”Common” section.

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

Screenshot before configuration:

...

Screenshot After Configuration:

...

after configuration

...

Example JSON

Download