Got feedback or spotted a mistake?

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

Display container site details on the specimen overview page (From V10.3)

Sometimes the specimens are stored in some offsite locations. Currently, the users have to click on the box and go to the overview page to see the container site.

From v10.3 there has been an enhancement, to display the container site on the specimen overview page to see whether the specimen is stored locally or on another site. The container site can also be displayed on the specimen list view page.

The below code can be used in the dictionary section to show the container site name and IS as read only field on specimen overview and add/edit page.

  • 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 },

 

Got feedback or spotted a mistake?

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