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
Define Defaults on Unplanned Specimen Page
Define Defaults on Unplanned Specimen Page
Read with this
Configure Specimen Collection Page (nth Step)
Configure Specimen Collection Page (nth Step)
More like this
Specimen Page
Specimen Page
Read with this
Skip Specimen Collection Page
Skip Specimen Collection Page
More like this
Display container site details on the specimen overview page
Display container site details on the specimen overview page
Read with this
Configuring Fields in Specimen Table
Configuring Fields in Specimen Table
Read with this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com