Got feedback or spotted a mistake?

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

Hide/Unhide ‘Create Aliquots' and 'Labels’ field

Introduction

Sometimes, users need to hide the “Create Aliquots” option and the “Labels” field for creating single unplanned primary specimens. To achieve this, the user has to add the following configuration in the common section of the JSON file.

Syntax

{ "name": "common", "data": { "addSpecimen": { "allowMultipleSpecimens": false, --> "This is for "Labels field" "showCreateAliquots": false --> "This is for "Create Aliquots" } } }

Screenshot before configuration (Before v11.0)

Screenshot after configuration (Before v11)

Screenshot before configuration (v11 onwards)

 

Screenshot after configuration (v11 onwards)

 

 

Example JSON

Download

Got feedback or spotted a mistake?

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