/
Configuring header in unplanned specimen page
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Configuring header in unplanned specimen page
When adding unplanned specimens, users can create multiple specimens at once. Each primary unplanned specimen by default get a header as Specimen1, Specimen2 etc. In v6.0, this can be configured in JSON. By default, titles in the 'Add Specimen' page is "Specimen <count>: <Specimen Desc>". In order to configure this, add below setting in the protocol or system workflow JSON:
{ "name": "common", ... "addSpecimen": { ... "cardTitleTmpl": "<span>{{$index + 1}}: <os-specimen-desc cp=\"cp\" specimen=\"specimen\"></os-specimen-desc>", ... }, ... }
Before configuring the JSON, card title displayed in unplanned specimen page:
After configuring the JSON, card title displayed in unplanned specimen page:
, multiple selections available,
Related content
Displaying Record Identifiers on the Interface
Displaying Record Identifiers on the Interface
More like this
Configuring Fields in Specimen Table and Tree (TO DO)
Configuring Fields in Specimen Table and Tree (TO DO)
More like this
Configure Specimen Collection Page (nth Step)
Configure Specimen Collection Page (nth Step)
More like this
Define Defaults on Unplanned Specimen Page
Define Defaults on Unplanned Specimen Page
More like this
Configure Specimen Status Field and Icons
Configure Specimen Status Field and Icons
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
Read with this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com