Got feedback or spotted a mistake?

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

Distribution Print Rules

You can configure distribution print rules to print physical labels of the distributed samples.

  1. Click on Create → ‘Distribution’ from the print rules page.

  2. Refer to the Print Rules page and the table below for details and click on the ‘Create’ button

Print Rule Fields Specific to Distribution

Field

Description

Example Values

Field

Description

Example Values

Distribution Protocol

Short title of distribution protocol(DP).

The default value is *, meaning any DP.

Demo DP (can select multiple values)

Print Tokens

You can use the below tokens to include their corresponding value in printed labels.

Token Name

Description

Example values

Token Name

Description

Example values

Distribution Protocol

Distribution Protocol Short Title

HIV distribution project

Distribution Label

Autogenerated specimen distribution label

 

Pathological Status

Pathological Status of the samples



Advanced Print Rules

In addition to the above tokens, you can use advanced tokens for printing listed below.

You can also refer to the print rule configured on the server Print Rule.

 

Examples

Token Type

Object variable

Field name

Example

Description

Token Type

Object variable

Field name

Example

Description

Order

orderItem

Specimen Label

eval(“Label”, #orderItem.specimen.label)

Evaluates the specimen label of the ordered item.

Order

orderItem

DP custom field

eval(“DP Custom Field”,#orderItem.order.distributionProtocol.getExtension()?.getAttrValues()?.get("ST2"))

Evaluates the distribution protocol custom-field value for fieldName “ST2”.

Order

orderItem

Specimen custom field

eval(“Spec Custom Field”, #orderItem.specimen.getExtension()?.getAttrValues()?.get("ST21"))

Evaluates the specimen custom-field value for fieldName “ST21”, from the specimen listed in order-items.

Order

specimen

Specimen custom field (PV Dropdwon)

pv_prop("Stain",specimen,stain,value,true)

  • Stain = Caption

  • specimen = Level at which custom field is added

  • stain = Variable name of the field in the custom field form

Order

orderItem

Visit Clinical Status

  • eval("clinical_status",#orderItem.specimen.visit.clinicalStatus.value)

Evaluates the Clinical status of the specimen for the visit.

Got feedback or spotted a mistake?

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