The specimens are grouped into one section on the nth step, and only one row is displayed. When you enter the value for the first one, the same value is copied over to all the specimens in the group.

By default, the sections are displayed in collapsed mode. You will see an option to view all specimens ‘+Show all’.

When you click on show all, the ‘Copy First to All’ button appears to copy values from the first row to all if needed.

When you wish to enter different values for all the specimens in the section, you can show the items of the section in expanded mode.

note

To enable this, set ‘enableCofrc' to false in the 'specimenCollection’ section of the JSON workflow.

To enable this, set ‘enableCofrc' to false in the 'specimenCollection’ section of the JSON workflow.

{
      "name": "specimenCollection",
      "data": {
        "fieldGroups": [
          {
            "title": "Anatomic Site",
            "enableCofrc" : false,
            "criteria": {
              "rules": [
                {
                  "field": "specimen.lineage",
                  "op": "==",
                  "value": "'New'"
                }
              ]
            },
            "fields": [
             ......
            ]
            }

Example JSON

Download