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 2 Current »

The clinic staff collect samples from the patient at the hospital/collection site and enters the patient's and specimen’s basic details. They are not bothered about where the specimen is stored, how it is stored, frozen details, etc. The collector will dispatch the specimens to the lab for further processing.

On receiving the specimen from the collection site, the lab technician processes it into desired aliquots and stores them in the freezer.

When collecting specimens, the clinic staff should not see the container fields. Whereas the technician should be able to view and select the container field for storing the specimen, the temperature at which the specimen is frozen, etc.

You can add rules to required fields in the dictionary section.

{
      "name" : "specimen.storageLocation",
      "caption" : "Location",
      "type" : "storage-position",
      "cpId" : "cp.id",
      "entity" : "specimen",
      "showIf" : {
        "op" : "AND",
        "rules" : [ {
          "field" : "userRole",
          "op" : "!=",
          "value" : "'Coordinator'"
        } ]
      },
      "showInOverviewIf" : "useShowIf"
  }

Example JSON

Download

  • No labels