Got feedback or spotted a mistake?

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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, then the ‘Copy First to All’ button appears in order 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, then you can show the items of the section in expanded mode.

For 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

  • No labels