Table of Contents

pfCropAnalysis

Description

The analysis result for plant sampling

Properties

Name Description Required Type
Analysis No Array of  pfLaboratoryAnalysisType

Examples

Example 1

{
  "analysis": [
    {
      "laboratory": {
        "leiCode": "549300BCD1BCD12BCD12",
        "name": "Glen AI Laboratory Ltd",
        "gln": "9429042462125"
      },
      "laboratoryIdentifier": "23/227/015",
      "sessionIdentifier": "RFS25",
      "responsible": "Amy Watson",
      "results": [
        {
          "name": "Moisture Good",
          "status": "completed",
          "metric": "https://glenailab.co.nz/test=moisture",
          "value": 9.5,
          "unit": "%"
        },
        {
          "name": "Fat High",
          "status": "completed",
          "metric": "https://glenailab.co.nz/test=fat",
          "value": 3.4,
          "unit": "%",
          "errorStatistic": 0.1
        }
      ]
    }
  ]
}