/
Hide/Unhide ‘Create Aliquots' and 'Labels’ field
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
, multiple selections available,
Related content
Hide/Set default value to specimen fields
Hide/Set default value to specimen fields
More like this
Define Defaults on Unplanned Specimen Page
Define Defaults on Unplanned Specimen Page
More like this
Configure derivative and aliquot page
Configure derivative and aliquot page
More like this
Set default value for freeze thaw and increment freeze thaw via JSON
Set default value for freeze thaw and increment freeze thaw via JSON
More like this
Configure Specimen Collection Page (nth Step)
Configure Specimen Collection Page (nth Step)
Read with this
Hiding one of the label field while collecting unplanned specimen
Hiding one of the label field while collecting unplanned specimen
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com