Versions Compared

Key

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

...

Once you added the above code "defVisitDate": "none" in the "specimenCollection section”, you can see the visit date field empty. OpenSpecimen will ask the user to enter the date to proceed further.

...

...

By default, the visit fields are auto-initialized using the previous visit's field values. To turn off this behavior, use the below configuration.

Code Block
{
  "name": "specimenCollection",
  "data": {
     "autoInitVisit": false
  }
}

When autofill is enabled:

...

When autofill is disabled:

...

Display Specimen Events at the nth Step

...