Leave a comment at the end of this page or email contact@krishagni.com
Display container site details on the specimen overview page
Introduction
Sometimes, specimens are stored in offsite locations, requiring users to click on a box and navigate to the overview page to view the container site.
Starting from v10.3, an enhancement has been implemented. This enhancement allows the container site to be visible on the specimen overview page, indicating whether the specimen is stored locally or at another site. Additionally, the container site can now be viewed on the specimen list page.
Configuration
The following code snippet can be utilized within the dictionary section to display the site name of the container and IS as a read-only field on both the specimen overview and add/edit pages.
Site Name
{
"name" : "specimen.storageLocation.siteName",
"caption" : "Container Site Name",
"type" : "span",
"optional" : true
},
Site ID
{
"name" : "specimen.storageLocation.siteId",
"caption" : "Container Site ID",
"type" : "span",
"optional" : true
},
Leave a comment at the end of this page or email contact@krishagni.com