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
- 1 Introduction
- 1.1 Syntax
- 2 Example JSON
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"
}
}
}
Example JSON
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com