Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleclinical_status
{
  "name": "visit.clinicalStatus",
  "caption": "Clinical Status",
  "type": "dropdown",
  "optional": false,
  "defaultValue": "Not Specified",
  "showIf": {
    "op": "AND",
    "rules": [
      {
        "field": "visit.status",
        "op": "!=",
        "value": "'Missed Collection'"
      }
    ]
  },
  "listSource": {
    "selectProp": "value",
    "displayProp": "value",
    "options": [
      {
 
      "value": "Relapse, Distant Site"
      },
      {
        "value": "Relapse, NotPrimary Specified"
      }Site",
      {
        "value": "Relapse, PrimaryNot Site"
      }Specified"
    ]
  }
}