/
Display container site details on the specimen overview page
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

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 },
image-20241014-090824.png

 

Related content

Hide/Set default value to specimen fields
Hide/Set default value to specimen fields
More like this
Displaying Record Identifiers on the Interface
Displaying Record Identifiers on the Interface
More like this
Role-Based Display of Fields
Role-Based Display of Fields
Read with this
Configure collection status for distributed specimens
Configure collection status for distributed specimens
More like this
Configure Fields Based on Multiple Operators
Configure Fields Based on Multiple Operators
Read with this
Specimens in the container
Specimens in the container
More like this
Got feedback or spotted a mistake?

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