From 098324bbe6fb054a04f1f5833880cc88b83a36c8 Mon Sep 17 00:00:00 2001 From: Felipe Narvaez Date: Mon, 15 Sep 2025 12:07:47 -0500 Subject: [PATCH 1/2] Added get_unread info to bmg_mars --- src/allotropy/parsers/bmg_mars/bmg_mars_structure.py | 5 ++++- .../testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json | 7 +++++-- .../bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json | 7 +++++-- .../testdata/16-03-03 16-54-03 472 ABS 384 QC.json | 7 +++++-- .../testdata/24-10-16 15-09-52 Luminescence 1536.json | 7 +++++-- 5 files changed, 24 insertions(+), 9 deletions(-) diff --git a/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py b/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py index 2a8ddfa566..0c6f62386c 100644 --- a/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py +++ b/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py @@ -6,7 +6,7 @@ from pathlib import Path import re from re import Match -from typing import ClassVar, TypeAlias +from typing import Any, ClassVar, TypeAlias import pandas as pd @@ -67,6 +67,7 @@ class Header: id3: str | None path: str | None test_id: str | None + custom_info: dict[str, Any] | None FILTER_FORMATS: ClassVar[dict[str, tuple[str, FilterHandler]]] = { "Raw Data (Ex/Em)": ( @@ -130,6 +131,7 @@ def create(data: SeriesData, header_content: str) -> Header: id1=data[str, "ID1"], id2=data.get(str, "ID2"), id3=data.get(str, "ID3"), + custom_info=data.get_unread(), ) @@ -144,6 +146,7 @@ def create_metadata(header: Header, file_path: str) -> Metadata: data_system_instance_id=NOT_APPLICABLE, product_manufacturer=constants.PRODUCT_MANUFACTURER, software_name=constants.SOFTWARE_NAME, + custom_info_doc=header.custom_info, ) diff --git a/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json b/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json index b3d3b30046..7e9b234a8e 100644 --- a/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json +++ b/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json @@ -12995,8 +12995,11 @@ "file name": "16-02-29 14-34-46 Transcreener ADP2 FI.csv", "UNC path": "C:\\Program Files (x86)\\BMG\\PHERAstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", - "ASM converter version": "0.1.74", - "software name": "BMG MARS" + "ASM converter version": "0.1.105", + "software name": "BMG MARS", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, "device system document": { "device identifier": "N/A", diff --git a/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json b/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json index 50a65b3572..cdeaa322fe 100644 --- a/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json +++ b/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json @@ -2865,8 +2865,11 @@ "file name": "16-03-03 13-25-45 472 QC 384 FI.csv", "UNC path": "C:\\Program Files (x86)\\BMG\\PHERAstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", - "ASM converter version": "0.1.74", - "software name": "BMG MARS" + "ASM converter version": "0.1.105", + "software name": "BMG MARS", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, "device system document": { "device identifier": "N/A", diff --git a/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json b/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json index 5f7d023fc0..6843ac5274 100644 --- a/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json +++ b/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json @@ -3771,8 +3771,11 @@ "file name": "16-03-03 16-54-03 472 ABS 384 QC.csv", "UNC path": "C:\\Program Files (x86)\\BMG\\PHERAstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", - "ASM converter version": "0.1.74", - "software name": "BMG MARS" + "ASM converter version": "0.1.105", + "software name": "BMG MARS", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, "device system document": { "device identifier": "N/A", diff --git a/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json b/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json index 46e684f1cd..0cdca3144f 100644 --- a/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json +++ b/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json @@ -52233,8 +52233,11 @@ "file name": "24-10-16 15-09-52 Luminescence 1536.csv", "UNC path": "C:\\Program Files (x86)\\BMG\\CLARIOstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", - "ASM converter version": "0.1.74", - "software name": "BMG MARS" + "ASM converter version": "0.1.105", + "software name": "BMG MARS", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, "device system document": { "device identifier": "N/A", From a9fe1b523be38878a657d86b5ad9fd8527376eaf Mon Sep 17 00:00:00 2001 From: Felipe Narvaez Date: Mon, 15 Sep 2025 16:11:06 -0500 Subject: [PATCH 2/2] Moved custom info to measurement aggregate document --- .../parsers/bmg_mars/bmg_mars_structure.py | 2 +- ...6-02-29 14-34-46 Transcreener ADP2 FI.json | 1515 +++- .../16-03-03 13-25-45 472 QC 384 FI.json | 345 +- .../16-03-03 16-54-03 472 ABS 384 QC.json | 500 +- .../24-10-16 15-09-52 Luminescence 1536.json | 7685 +++++++++++++---- 5 files changed, 8025 insertions(+), 2022 deletions(-) diff --git a/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py b/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py index 0c6f62386c..6e7efb646d 100644 --- a/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py +++ b/src/allotropy/parsers/bmg_mars/bmg_mars_structure.py @@ -146,7 +146,6 @@ def create_metadata(header: Header, file_path: str) -> Metadata: data_system_instance_id=NOT_APPLICABLE, product_manufacturer=constants.PRODUCT_MANUFACTURER, software_name=constants.SOFTWARE_NAME, - custom_info_doc=header.custom_info, ) @@ -187,6 +186,7 @@ def create_measurement_groups( measurements=[ _create_measurement(str(row_name), str(col_name), value, header) ], + custom_info=header.custom_info, ) for row_name, row in data.iterrows() for col_name, value in row.items() diff --git a/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json b/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json index 7e9b234a8e..65ec83e413 100644 --- a/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json +++ b/tests/parsers/bmg_mars/testdata/16-02-29 14-34-46 Transcreener ADP2 FI.json @@ -43,7 +43,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -86,7 +89,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -129,7 +135,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -172,7 +181,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -215,7 +227,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -258,7 +273,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -301,7 +319,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -344,7 +365,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -387,7 +411,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -430,7 +457,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -473,7 +503,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -516,7 +549,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -559,7 +595,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -602,7 +641,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -645,7 +687,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -688,7 +733,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -731,7 +779,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -774,7 +825,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -817,7 +871,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -860,7 +917,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -903,7 +963,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -946,7 +1009,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -989,7 +1055,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1032,7 +1101,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1075,7 +1147,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1118,7 +1193,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1161,7 +1239,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1204,7 +1285,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1247,7 +1331,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1290,7 +1377,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1333,7 +1423,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1376,7 +1469,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1419,7 +1515,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1462,7 +1561,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1505,7 +1607,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1548,7 +1653,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1591,7 +1699,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1634,7 +1745,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1677,7 +1791,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1720,7 +1837,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1763,7 +1883,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1806,7 +1929,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1849,7 +1975,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1892,7 +2021,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1935,7 +2067,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -1978,7 +2113,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2021,7 +2159,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2064,7 +2205,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2107,7 +2251,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2150,7 +2297,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2193,7 +2343,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2236,7 +2389,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2279,7 +2435,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2322,7 +2481,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2365,7 +2527,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2408,7 +2573,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2451,7 +2619,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2494,7 +2665,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2537,7 +2711,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2580,7 +2757,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2623,7 +2803,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2666,7 +2849,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2709,7 +2895,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2752,7 +2941,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2795,7 +2987,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2838,7 +3033,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2881,7 +3079,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2924,7 +3125,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -2967,7 +3171,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3010,7 +3217,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3053,7 +3263,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3096,7 +3309,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3139,7 +3355,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3182,7 +3401,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3225,7 +3447,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3268,7 +3493,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3311,7 +3539,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3354,7 +3585,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3397,7 +3631,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3440,7 +3677,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3483,7 +3723,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3526,7 +3769,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3569,7 +3815,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3612,7 +3861,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3655,7 +3907,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3698,7 +3953,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3741,7 +3999,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3784,7 +4045,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3827,7 +4091,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3870,7 +4137,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3913,7 +4183,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3956,7 +4229,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -3999,7 +4275,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4042,7 +4321,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4085,7 +4367,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4128,7 +4413,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4171,7 +4459,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4214,7 +4505,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4257,7 +4551,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4300,7 +4597,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4343,7 +4643,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4386,7 +4689,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4429,7 +4735,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4472,7 +4781,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4515,7 +4827,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4558,7 +4873,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4601,7 +4919,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4644,7 +4965,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4687,7 +5011,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4730,7 +5057,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4773,7 +5103,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4816,7 +5149,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4859,7 +5195,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4902,7 +5241,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4945,7 +5287,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -4988,7 +5333,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5031,7 +5379,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5074,7 +5425,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5117,7 +5471,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5160,7 +5517,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5203,7 +5563,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5246,7 +5609,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5289,7 +5655,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5332,7 +5701,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5375,7 +5747,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5418,7 +5793,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5461,7 +5839,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5504,7 +5885,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5547,7 +5931,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5590,7 +5977,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5633,7 +6023,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5676,7 +6069,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5719,7 +6115,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5762,7 +6161,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5805,7 +6207,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5848,7 +6253,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5891,7 +6299,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5934,7 +6345,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -5977,7 +6391,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6020,7 +6437,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6063,7 +6483,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6106,7 +6529,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6149,7 +6575,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6192,7 +6621,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6235,7 +6667,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6278,7 +6713,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6321,7 +6759,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6364,7 +6805,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6407,7 +6851,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6450,7 +6897,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6493,7 +6943,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6536,7 +6989,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6579,7 +7035,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6622,7 +7081,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6665,7 +7127,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6708,7 +7173,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6751,7 +7219,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6794,7 +7265,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6837,7 +7311,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6880,7 +7357,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6923,7 +7403,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -6966,7 +7449,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7009,7 +7495,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7052,7 +7541,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7095,7 +7587,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7138,7 +7633,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7181,7 +7679,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7224,7 +7725,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7267,7 +7771,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7310,7 +7817,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7353,7 +7863,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7396,7 +7909,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7439,7 +7955,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7482,7 +8001,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7525,7 +8047,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7568,7 +8093,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7611,7 +8139,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7654,7 +8185,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7697,7 +8231,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7740,7 +8277,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7783,7 +8323,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7826,7 +8369,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7869,7 +8415,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7912,7 +8461,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7955,7 +8507,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -7998,7 +8553,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8041,7 +8599,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8084,7 +8645,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8127,7 +8691,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8170,7 +8737,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8213,7 +8783,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8256,7 +8829,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8299,7 +8875,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8342,7 +8921,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8385,7 +8967,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8428,7 +9013,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8471,7 +9059,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8514,7 +9105,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8557,7 +9151,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8600,7 +9197,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8643,7 +9243,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8686,7 +9289,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8729,7 +9335,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8772,7 +9381,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8815,7 +9427,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8858,7 +9473,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8901,7 +9519,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8944,7 +9565,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -8987,7 +9611,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9030,7 +9657,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9073,7 +9703,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9116,7 +9749,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9159,7 +9795,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9202,7 +9841,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9245,7 +9887,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9288,7 +9933,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9331,7 +9979,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9374,7 +10025,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9417,7 +10071,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9460,7 +10117,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9503,7 +10163,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9546,7 +10209,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9589,7 +10255,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9632,7 +10301,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9675,7 +10347,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9718,7 +10393,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9761,7 +10439,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9804,7 +10485,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9847,7 +10531,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9890,7 +10577,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9933,7 +10623,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -9976,7 +10669,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10019,7 +10715,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10062,7 +10761,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10105,7 +10807,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10148,7 +10853,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10191,7 +10899,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10234,7 +10945,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10277,7 +10991,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10320,7 +11037,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10363,7 +11083,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10406,7 +11129,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10449,7 +11175,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10492,7 +11221,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10535,7 +11267,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10578,7 +11313,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10621,7 +11359,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10664,7 +11405,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10707,7 +11451,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10750,7 +11497,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10793,7 +11543,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10836,7 +11589,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10879,7 +11635,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10922,7 +11681,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -10965,7 +11727,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11008,7 +11773,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11051,7 +11819,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11094,7 +11865,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11137,7 +11911,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11180,7 +11957,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11223,7 +12003,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11266,7 +12049,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11309,7 +12095,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11352,7 +12141,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11395,7 +12187,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11438,7 +12233,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11481,7 +12279,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11524,7 +12325,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11567,7 +12371,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11610,7 +12417,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11653,7 +12463,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11696,7 +12509,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11739,7 +12555,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11782,7 +12601,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11825,7 +12647,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11868,7 +12693,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11911,7 +12739,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11954,7 +12785,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -11997,7 +12831,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12040,7 +12877,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12083,7 +12923,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12126,7 +12969,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12169,7 +13015,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12212,7 +13061,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12255,7 +13107,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12298,7 +13153,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12341,7 +13199,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12384,7 +13245,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12427,7 +13291,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12470,7 +13337,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12513,7 +13383,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12556,7 +13429,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12599,7 +13475,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12642,7 +13521,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12685,7 +13567,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12728,7 +13613,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12771,7 +13659,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12814,7 +13705,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12857,7 +13751,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12900,7 +13797,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12943,7 +13843,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } }, { "measurement aggregate document": { @@ -12986,7 +13889,10 @@ "experiment type": "Transcreener ADP2 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 4.0 + } } ], "data system document": { @@ -12996,10 +13902,7 @@ "UNC path": "C:\\Program Files (x86)\\BMG\\PHERAstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", "ASM converter version": "0.1.105", - "software name": "BMG MARS", - "custom information document": { - "TEST RUN NO.": 4.0 - } + "software name": "BMG MARS" }, "device system document": { "device identifier": "N/A", diff --git a/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json b/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json index cdeaa322fe..30fd84631f 100644 --- a/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json +++ b/tests/parsers/bmg_mars/testdata/16-03-03 13-25-45 472 QC 384 FI.json @@ -42,7 +42,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -84,7 +87,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -126,7 +132,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -168,7 +177,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -210,7 +222,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -252,7 +267,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -294,7 +312,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -336,7 +357,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -378,7 +402,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -420,7 +447,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -462,7 +492,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -504,7 +537,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -546,7 +582,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -588,7 +627,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -630,7 +672,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -672,7 +717,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -714,7 +762,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -756,7 +807,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -798,7 +852,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -840,7 +897,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -882,7 +942,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -924,7 +987,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -966,7 +1032,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1008,7 +1077,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1050,7 +1122,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1092,7 +1167,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1134,7 +1212,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1176,7 +1257,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1218,7 +1302,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1260,7 +1347,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1302,7 +1392,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1344,7 +1437,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1386,7 +1482,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1428,7 +1527,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1470,7 +1572,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1512,7 +1617,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1554,7 +1662,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1596,7 +1707,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1638,7 +1752,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1680,7 +1797,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1722,7 +1842,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1764,7 +1887,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1806,7 +1932,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1848,7 +1977,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1890,7 +2022,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1932,7 +2067,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -1974,7 +2112,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2016,7 +2157,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2058,7 +2202,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2100,7 +2247,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2142,7 +2292,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2184,7 +2337,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2226,7 +2382,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2268,7 +2427,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2310,7 +2472,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2352,7 +2517,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2394,7 +2562,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2436,7 +2607,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2478,7 +2652,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2520,7 +2697,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2562,7 +2742,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2604,7 +2787,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2646,7 +2832,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2688,7 +2877,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2730,7 +2922,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2772,7 +2967,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2814,7 +3012,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } }, { "measurement aggregate document": { @@ -2856,7 +3057,10 @@ "experiment type": "472 QC 384 FI", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 1.0 + } } ], "data system document": { @@ -2866,10 +3070,7 @@ "UNC path": "C:\\Program Files (x86)\\BMG\\PHERAstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", "ASM converter version": "0.1.105", - "software name": "BMG MARS", - "custom information document": { - "TEST RUN NO.": 1.0 - } + "software name": "BMG MARS" }, "device system document": { "device identifier": "N/A", diff --git a/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json b/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json index 6843ac5274..3a6d354da2 100644 --- a/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json +++ b/tests/parsers/bmg_mars/testdata/16-03-03 16-54-03 472 ABS 384 QC.json @@ -38,7 +38,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -76,7 +79,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -114,7 +120,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -152,7 +161,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -190,7 +202,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -228,7 +243,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -266,7 +284,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -304,7 +325,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -342,7 +366,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -380,7 +407,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -418,7 +448,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -456,7 +489,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -494,7 +530,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -532,7 +571,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -570,7 +612,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -608,7 +653,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -646,7 +694,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -684,7 +735,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -722,7 +776,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -760,7 +817,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -798,7 +858,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -836,7 +899,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -874,7 +940,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -912,7 +981,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -950,7 +1022,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -988,7 +1063,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1026,7 +1104,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1064,7 +1145,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1102,7 +1186,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1140,7 +1227,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1178,7 +1268,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1216,7 +1309,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1254,7 +1350,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1292,7 +1391,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1330,7 +1432,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1368,7 +1473,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1406,7 +1514,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1444,7 +1555,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1482,7 +1596,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1520,7 +1637,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1558,7 +1678,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1596,7 +1719,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1634,7 +1760,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1672,7 +1801,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1710,7 +1842,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1748,7 +1883,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1786,7 +1924,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1824,7 +1965,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1862,7 +2006,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1900,7 +2047,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1938,7 +2088,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -1976,7 +2129,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2014,7 +2170,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2052,7 +2211,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2090,7 +2252,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2128,7 +2293,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2166,7 +2334,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2204,7 +2375,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2242,7 +2416,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2280,7 +2457,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2318,7 +2498,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2356,7 +2539,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2394,7 +2580,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2432,7 +2621,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2470,7 +2662,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2508,7 +2703,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2546,7 +2744,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2584,7 +2785,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2622,7 +2826,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2660,7 +2867,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2698,7 +2908,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2736,7 +2949,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2774,7 +2990,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2812,7 +3031,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2850,7 +3072,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2888,7 +3113,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2926,7 +3154,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -2964,7 +3195,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3002,7 +3236,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3040,7 +3277,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3078,7 +3318,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3116,7 +3359,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3154,7 +3400,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3192,7 +3441,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3230,7 +3482,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3268,7 +3523,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3306,7 +3564,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3344,7 +3605,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3382,7 +3646,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3420,7 +3687,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3458,7 +3728,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3496,7 +3769,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3534,7 +3810,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3572,7 +3851,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3610,7 +3892,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3648,7 +3933,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3686,7 +3974,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3724,7 +4015,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } }, { "measurement aggregate document": { @@ -3762,7 +4056,10 @@ "experiment type": "472 ABS 384 QC", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 3.0 + } } ], "data system document": { @@ -3772,10 +4069,7 @@ "UNC path": "C:\\Program Files (x86)\\BMG\\PHERAstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", "ASM converter version": "0.1.105", - "software name": "BMG MARS", - "custom information document": { - "TEST RUN NO.": 3.0 - } + "software name": "BMG MARS" }, "device system document": { "device identifier": "N/A", diff --git a/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json b/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json index 0cdca3144f..b463888a1c 100644 --- a/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json +++ b/tests/parsers/bmg_mars/testdata/24-10-16 15-09-52 Luminescence 1536.json @@ -34,7 +34,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -68,7 +71,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -102,7 +108,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -136,7 +145,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -170,7 +182,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -204,7 +219,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -238,7 +256,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -272,7 +293,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -306,7 +330,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -340,7 +367,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -374,7 +404,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -408,7 +441,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -442,7 +478,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -476,7 +515,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -510,7 +552,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -544,7 +589,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -578,7 +626,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -612,7 +663,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -646,7 +700,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -680,7 +737,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -714,7 +774,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -748,7 +811,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -782,7 +848,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -816,7 +885,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -850,7 +922,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -884,7 +959,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -918,7 +996,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -952,7 +1033,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -986,7 +1070,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1020,7 +1107,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1054,7 +1144,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1088,7 +1181,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1122,7 +1218,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1156,7 +1255,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1190,7 +1292,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1224,7 +1329,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1258,7 +1366,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1292,7 +1403,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1326,7 +1440,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1360,7 +1477,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1394,7 +1514,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1428,7 +1551,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1462,7 +1588,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1496,7 +1625,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1530,7 +1662,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1564,7 +1699,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1598,7 +1736,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1632,7 +1773,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1666,7 +1810,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1700,7 +1847,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1734,7 +1884,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1768,7 +1921,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1802,7 +1958,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1836,7 +1995,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1870,7 +2032,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1904,7 +2069,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1938,7 +2106,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -1972,7 +2143,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2006,7 +2180,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2040,7 +2217,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2074,7 +2254,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2108,7 +2291,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2142,7 +2328,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2176,7 +2365,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2210,7 +2402,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2244,7 +2439,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2278,7 +2476,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2312,7 +2513,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2346,7 +2550,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2380,7 +2587,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2414,7 +2624,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2448,7 +2661,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2482,7 +2698,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2516,7 +2735,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2550,7 +2772,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2584,7 +2809,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2618,7 +2846,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2652,7 +2883,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2686,7 +2920,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2720,7 +2957,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2754,7 +2994,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2788,7 +3031,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2822,7 +3068,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2856,7 +3105,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2890,7 +3142,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2924,7 +3179,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2958,7 +3216,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -2992,7 +3253,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3026,7 +3290,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3060,7 +3327,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3094,7 +3364,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3128,7 +3401,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3162,7 +3438,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3196,7 +3475,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3230,7 +3512,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3264,7 +3549,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3298,7 +3586,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3332,7 +3623,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3366,7 +3660,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3400,7 +3697,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3434,7 +3734,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3468,7 +3771,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3502,7 +3808,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3536,7 +3845,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3570,7 +3882,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3604,7 +3919,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3638,7 +3956,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3672,7 +3993,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3706,7 +4030,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3740,7 +4067,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3774,7 +4104,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3808,7 +4141,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3842,7 +4178,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3876,7 +4215,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3910,7 +4252,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3944,7 +4289,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -3978,7 +4326,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4012,7 +4363,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4046,7 +4400,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4080,7 +4437,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4114,7 +4474,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4148,7 +4511,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4182,7 +4548,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4216,7 +4585,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4250,7 +4622,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4284,7 +4659,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4318,7 +4696,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4352,7 +4733,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4386,7 +4770,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4420,7 +4807,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4454,7 +4844,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4488,7 +4881,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4522,7 +4918,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4556,7 +4955,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4590,7 +4992,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4624,7 +5029,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4658,7 +5066,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4692,7 +5103,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4726,7 +5140,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4760,7 +5177,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4794,7 +5214,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4828,7 +5251,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4862,7 +5288,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4896,7 +5325,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4930,7 +5362,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4964,7 +5399,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -4998,7 +5436,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5032,7 +5473,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5066,7 +5510,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5100,7 +5547,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5134,7 +5584,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5168,7 +5621,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5202,7 +5658,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5236,7 +5695,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5270,7 +5732,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5304,7 +5769,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5338,7 +5806,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5372,7 +5843,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5406,7 +5880,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5440,7 +5917,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5474,7 +5954,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5508,7 +5991,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5542,7 +6028,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5576,7 +6065,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5610,7 +6102,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5644,7 +6139,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5678,7 +6176,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5712,7 +6213,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5746,7 +6250,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5780,7 +6287,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5814,7 +6324,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5848,7 +6361,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5882,7 +6398,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5916,7 +6435,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5950,7 +6472,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -5984,7 +6509,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6018,7 +6546,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6052,7 +6583,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6086,7 +6620,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6120,7 +6657,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6154,7 +6694,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6188,7 +6731,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6222,7 +6768,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6256,7 +6805,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6290,7 +6842,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6324,7 +6879,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6358,7 +6916,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6392,7 +6953,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6426,7 +6990,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6460,7 +7027,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6494,7 +7064,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6528,7 +7101,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6562,7 +7138,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6596,7 +7175,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6630,7 +7212,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6664,7 +7249,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6698,7 +7286,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6732,7 +7323,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6766,7 +7360,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6800,7 +7397,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6834,7 +7434,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6868,7 +7471,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6902,7 +7508,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6936,7 +7545,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -6970,7 +7582,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7004,7 +7619,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7038,7 +7656,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7072,7 +7693,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7106,7 +7730,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7140,7 +7767,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7174,7 +7804,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7208,7 +7841,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7242,7 +7878,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7276,7 +7915,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7310,7 +7952,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7344,7 +7989,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7378,7 +8026,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7412,7 +8063,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7446,7 +8100,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7480,7 +8137,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7514,7 +8174,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7548,7 +8211,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7582,7 +8248,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7616,7 +8285,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7650,7 +8322,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7684,7 +8359,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7718,7 +8396,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7752,7 +8433,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7786,7 +8470,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7820,7 +8507,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7854,7 +8544,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7888,7 +8581,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7922,7 +8618,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7956,7 +8655,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -7990,7 +8692,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8024,7 +8729,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8058,7 +8766,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8092,7 +8803,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8126,7 +8840,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8160,7 +8877,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8194,7 +8914,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8228,7 +8951,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8262,7 +8988,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8296,7 +9025,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8330,7 +9062,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8364,7 +9099,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8398,7 +9136,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8432,7 +9173,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8466,7 +9210,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8500,7 +9247,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8534,7 +9284,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8568,7 +9321,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8602,7 +9358,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8636,7 +9395,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8670,7 +9432,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8704,7 +9469,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8738,7 +9506,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8772,7 +9543,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8806,7 +9580,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8840,7 +9617,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8874,7 +9654,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8908,7 +9691,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8942,7 +9728,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -8976,7 +9765,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9010,7 +9802,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9044,7 +9839,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9078,7 +9876,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9112,7 +9913,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9146,7 +9950,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9180,7 +9987,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9214,7 +10024,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9248,7 +10061,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9282,7 +10098,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9316,7 +10135,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9350,7 +10172,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9384,7 +10209,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9418,7 +10246,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9452,7 +10283,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9486,7 +10320,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9520,7 +10357,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9554,7 +10394,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9588,7 +10431,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9622,7 +10468,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9656,7 +10505,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9690,7 +10542,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9724,7 +10579,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9758,7 +10616,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9792,7 +10653,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9826,7 +10690,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9860,7 +10727,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9894,7 +10764,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9928,7 +10801,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9962,7 +10838,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -9996,7 +10875,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10030,7 +10912,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10064,7 +10949,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10098,7 +10986,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10132,7 +11023,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10166,7 +11060,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10200,7 +11097,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10234,7 +11134,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10268,7 +11171,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10302,7 +11208,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10336,7 +11245,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10370,7 +11282,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10404,7 +11319,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10438,7 +11356,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10472,7 +11393,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10506,7 +11430,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10540,7 +11467,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10574,7 +11504,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10608,7 +11541,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10642,7 +11578,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10676,7 +11615,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10710,7 +11652,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10744,7 +11689,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10778,7 +11726,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10812,7 +11763,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10846,7 +11800,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10880,7 +11837,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10914,7 +11874,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10948,7 +11911,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -10982,7 +11948,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11016,7 +11985,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11050,7 +12022,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11084,7 +12059,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11118,7 +12096,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11152,7 +12133,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11186,7 +12170,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11220,7 +12207,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11254,7 +12244,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11288,7 +12281,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11322,7 +12318,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11356,7 +12355,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11390,7 +12392,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11424,7 +12429,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11458,7 +12466,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11492,7 +12503,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11526,7 +12540,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11560,7 +12577,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11594,7 +12614,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11628,7 +12651,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11662,7 +12688,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11696,7 +12725,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11730,7 +12762,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11764,7 +12799,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11798,7 +12836,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11832,7 +12873,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11866,7 +12910,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11900,7 +12947,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11934,7 +12984,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -11968,7 +13021,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12002,7 +13058,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12036,7 +13095,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12070,7 +13132,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12104,7 +13169,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12138,7 +13206,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12172,7 +13243,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12206,7 +13280,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12240,7 +13317,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12274,7 +13354,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12308,7 +13391,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12342,7 +13428,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12376,7 +13465,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12410,7 +13502,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12444,7 +13539,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12478,7 +13576,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12512,7 +13613,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12546,7 +13650,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12580,7 +13687,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12614,7 +13724,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12648,7 +13761,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12682,7 +13798,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12716,7 +13835,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12750,7 +13872,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12784,7 +13909,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12818,7 +13946,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12852,7 +13983,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12886,7 +14020,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12920,7 +14057,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12954,7 +14094,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -12988,7 +14131,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13022,7 +14168,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13056,7 +14205,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13090,7 +14242,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13124,7 +14279,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13158,7 +14316,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13192,7 +14353,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13226,7 +14390,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13260,7 +14427,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13294,7 +14464,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13328,7 +14501,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13362,7 +14538,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13396,7 +14575,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13430,7 +14612,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13464,7 +14649,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13498,7 +14686,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13532,7 +14723,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13566,7 +14760,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13600,7 +14797,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13634,7 +14834,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13668,7 +14871,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13702,7 +14908,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13736,7 +14945,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13770,7 +14982,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13804,7 +15019,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13838,7 +15056,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13872,7 +15093,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13906,7 +15130,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13940,7 +15167,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -13974,7 +15204,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14008,7 +15241,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14042,7 +15278,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14076,7 +15315,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14110,7 +15352,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14144,7 +15389,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14178,7 +15426,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14212,7 +15463,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14246,7 +15500,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14280,7 +15537,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14314,7 +15574,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14348,7 +15611,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14382,7 +15648,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14416,7 +15685,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14450,7 +15722,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14484,7 +15759,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14518,7 +15796,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14552,7 +15833,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14586,7 +15870,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14620,7 +15907,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14654,7 +15944,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14688,7 +15981,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14722,7 +16018,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14756,7 +16055,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14790,7 +16092,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14824,7 +16129,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14858,7 +16166,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14892,7 +16203,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14926,7 +16240,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14960,7 +16277,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -14994,7 +16314,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15028,7 +16351,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15062,7 +16388,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15096,7 +16425,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15130,7 +16462,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15164,7 +16499,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15198,7 +16536,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15232,7 +16573,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15266,7 +16610,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15300,7 +16647,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15334,7 +16684,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15368,7 +16721,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15402,7 +16758,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15436,7 +16795,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15470,7 +16832,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15504,7 +16869,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15538,7 +16906,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15572,7 +16943,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15606,7 +16980,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15640,7 +17017,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15674,7 +17054,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15708,7 +17091,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15742,7 +17128,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15776,7 +17165,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15810,7 +17202,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15844,7 +17239,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15878,7 +17276,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15912,7 +17313,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15946,7 +17350,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -15980,7 +17387,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16014,7 +17424,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16048,7 +17461,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16082,7 +17498,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16116,7 +17535,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16150,7 +17572,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16184,7 +17609,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16218,7 +17646,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16252,7 +17683,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16286,7 +17720,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16320,7 +17757,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16354,7 +17794,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16388,7 +17831,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16422,7 +17868,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16456,7 +17905,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16490,7 +17942,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16524,7 +17979,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16558,7 +18016,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16592,7 +18053,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16626,7 +18090,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16660,7 +18127,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16694,7 +18164,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16728,7 +18201,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16762,7 +18238,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16796,7 +18275,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16830,7 +18312,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16864,7 +18349,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16898,7 +18386,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16932,7 +18423,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -16966,7 +18460,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17000,7 +18497,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17034,7 +18534,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17068,7 +18571,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17102,7 +18608,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17136,7 +18645,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17170,7 +18682,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17204,7 +18719,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17238,7 +18756,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17272,7 +18793,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17306,7 +18830,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17340,7 +18867,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17374,7 +18904,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17408,7 +18941,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17442,7 +18978,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17476,7 +19015,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17510,7 +19052,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17544,7 +19089,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17578,7 +19126,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17612,7 +19163,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17646,7 +19200,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17680,7 +19237,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17714,7 +19274,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17748,7 +19311,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17782,7 +19348,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17816,7 +19385,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17850,7 +19422,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17884,7 +19459,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17918,7 +19496,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17952,7 +19533,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -17986,7 +19570,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18020,7 +19607,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18054,7 +19644,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18088,7 +19681,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18122,7 +19718,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18156,7 +19755,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18190,7 +19792,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18224,7 +19829,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18258,7 +19866,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18292,7 +19903,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18326,7 +19940,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18360,7 +19977,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18394,7 +20014,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18428,7 +20051,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18462,7 +20088,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18496,7 +20125,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18530,7 +20162,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18564,7 +20199,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18598,7 +20236,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18632,7 +20273,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18666,7 +20310,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18700,7 +20347,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18734,7 +20384,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18768,7 +20421,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18802,7 +20458,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18836,7 +20495,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18870,7 +20532,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18904,7 +20569,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18938,7 +20606,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -18972,7 +20643,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19006,7 +20680,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19040,7 +20717,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19074,7 +20754,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19108,7 +20791,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19142,7 +20828,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19176,7 +20865,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19210,7 +20902,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19244,7 +20939,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19278,7 +20976,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19312,7 +21013,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19346,7 +21050,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19380,7 +21087,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19414,7 +21124,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19448,7 +21161,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19482,7 +21198,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19516,7 +21235,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19550,7 +21272,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19584,7 +21309,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19618,7 +21346,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19652,7 +21383,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19686,7 +21420,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19720,7 +21457,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19754,7 +21494,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19788,7 +21531,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19822,7 +21568,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19856,7 +21605,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19890,7 +21642,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19924,7 +21679,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19958,7 +21716,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -19992,7 +21753,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20026,7 +21790,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20060,7 +21827,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20094,7 +21864,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20128,7 +21901,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20162,7 +21938,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20196,7 +21975,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20230,7 +22012,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20264,7 +22049,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20298,7 +22086,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20332,7 +22123,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20366,7 +22160,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20400,7 +22197,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20434,7 +22234,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20468,7 +22271,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20502,7 +22308,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20536,7 +22345,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20570,7 +22382,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20604,7 +22419,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20638,7 +22456,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20672,7 +22493,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20706,7 +22530,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20740,7 +22567,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20774,7 +22604,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20808,7 +22641,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20842,7 +22678,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20876,7 +22715,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20910,7 +22752,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20944,7 +22789,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -20978,7 +22826,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21012,7 +22863,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21046,7 +22900,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21080,7 +22937,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21114,7 +22974,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21148,7 +23011,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21182,7 +23048,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21216,7 +23085,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21250,7 +23122,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21284,7 +23159,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21318,7 +23196,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21352,7 +23233,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21386,7 +23270,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21420,7 +23307,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21454,7 +23344,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21488,7 +23381,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21522,7 +23418,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21556,7 +23455,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21590,7 +23492,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21624,7 +23529,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21658,7 +23566,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21692,7 +23603,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21726,7 +23640,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21760,7 +23677,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21794,7 +23714,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21828,7 +23751,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21862,7 +23788,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21896,7 +23825,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21930,7 +23862,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21964,7 +23899,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -21998,7 +23936,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22032,7 +23973,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22066,7 +24010,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22100,7 +24047,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22134,7 +24084,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22168,7 +24121,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22202,7 +24158,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22236,7 +24195,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22270,7 +24232,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22304,7 +24269,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22338,7 +24306,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22372,7 +24343,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22406,7 +24380,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22440,7 +24417,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22474,7 +24454,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22508,7 +24491,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22542,7 +24528,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22576,7 +24565,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22610,7 +24602,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22644,7 +24639,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22678,7 +24676,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22712,7 +24713,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22746,7 +24750,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22780,7 +24787,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22814,7 +24824,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22848,7 +24861,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22882,7 +24898,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22916,7 +24935,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22950,7 +24972,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -22984,7 +25009,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23018,7 +25046,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23052,7 +25083,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23086,7 +25120,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23120,7 +25157,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23154,7 +25194,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23188,7 +25231,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23222,7 +25268,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23256,7 +25305,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23290,7 +25342,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23324,7 +25379,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23358,7 +25416,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23392,7 +25453,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23426,7 +25490,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23460,7 +25527,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23494,7 +25564,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23528,7 +25601,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23562,7 +25638,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23596,7 +25675,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23630,7 +25712,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23664,7 +25749,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23698,7 +25786,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23732,7 +25823,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23766,7 +25860,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23800,7 +25897,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23834,7 +25934,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23868,7 +25971,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23902,7 +26008,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23936,7 +26045,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -23970,7 +26082,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24004,7 +26119,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24038,7 +26156,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24072,7 +26193,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24106,7 +26230,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24140,7 +26267,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24174,7 +26304,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24208,7 +26341,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24242,7 +26378,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24276,7 +26415,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24310,7 +26452,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24344,7 +26489,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24378,7 +26526,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24412,7 +26563,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24446,7 +26600,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24480,7 +26637,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24514,7 +26674,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24548,7 +26711,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24582,7 +26748,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24616,7 +26785,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24650,7 +26822,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24684,7 +26859,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24718,7 +26896,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24752,7 +26933,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24786,7 +26970,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24820,7 +27007,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24854,7 +27044,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24888,7 +27081,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24922,7 +27118,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24956,7 +27155,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -24990,7 +27192,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25024,7 +27229,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25058,7 +27266,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25092,7 +27303,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25126,7 +27340,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25160,7 +27377,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25194,7 +27414,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25228,7 +27451,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25262,7 +27488,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25296,7 +27525,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25330,7 +27562,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25364,7 +27599,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25398,7 +27636,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25432,7 +27673,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25466,7 +27710,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25500,7 +27747,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25534,7 +27784,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25568,7 +27821,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25602,7 +27858,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25636,7 +27895,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25670,7 +27932,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25704,7 +27969,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25738,7 +28006,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25772,7 +28043,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25806,7 +28080,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25840,7 +28117,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25874,7 +28154,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25908,7 +28191,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25942,7 +28228,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -25976,7 +28265,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26010,7 +28302,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26044,7 +28339,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26078,7 +28376,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26112,7 +28413,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26146,7 +28450,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26180,7 +28487,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26214,7 +28524,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26248,7 +28561,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26282,7 +28598,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26316,7 +28635,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26350,7 +28672,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26384,7 +28709,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26418,7 +28746,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26452,7 +28783,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26486,7 +28820,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26520,7 +28857,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26554,7 +28894,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26588,7 +28931,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26622,7 +28968,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26656,7 +29005,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26690,7 +29042,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26724,7 +29079,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26758,7 +29116,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26792,7 +29153,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26826,7 +29190,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26860,7 +29227,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26894,7 +29264,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26928,7 +29301,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26962,7 +29338,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -26996,7 +29375,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27030,7 +29412,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27064,7 +29449,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27098,7 +29486,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27132,7 +29523,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27166,7 +29560,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27200,7 +29597,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27234,7 +29634,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27268,7 +29671,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27302,7 +29708,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27336,7 +29745,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27370,7 +29782,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27404,7 +29819,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27438,7 +29856,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27472,7 +29893,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27506,7 +29930,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27540,7 +29967,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27574,7 +30004,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27608,7 +30041,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27642,7 +30078,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27676,7 +30115,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27710,7 +30152,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27744,7 +30189,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27778,7 +30226,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27812,7 +30263,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27846,7 +30300,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27880,7 +30337,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27914,7 +30374,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27948,7 +30411,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -27982,7 +30448,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28016,7 +30485,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28050,7 +30522,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28084,7 +30559,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28118,7 +30596,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28152,7 +30633,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28186,7 +30670,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28220,7 +30707,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28254,7 +30744,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28288,7 +30781,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28322,7 +30818,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28356,7 +30855,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28390,7 +30892,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28424,7 +30929,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28458,7 +30966,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28492,7 +31003,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28526,7 +31040,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28560,7 +31077,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28594,7 +31114,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28628,7 +31151,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28662,7 +31188,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28696,7 +31225,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28730,7 +31262,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28764,7 +31299,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28798,7 +31336,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28832,7 +31373,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28866,7 +31410,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28900,7 +31447,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28934,7 +31484,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -28968,7 +31521,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29002,7 +31558,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29036,7 +31595,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29070,7 +31632,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29104,7 +31669,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29138,7 +31706,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29172,7 +31743,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29206,7 +31780,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29240,7 +31817,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29274,7 +31854,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29308,7 +31891,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29342,7 +31928,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29376,7 +31965,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29410,7 +32002,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29444,7 +32039,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29478,7 +32076,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29512,7 +32113,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29546,7 +32150,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29580,7 +32187,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29614,7 +32224,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29648,7 +32261,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29682,7 +32298,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29716,7 +32335,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29750,7 +32372,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29784,7 +32409,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29818,7 +32446,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29852,7 +32483,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29886,7 +32520,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29920,7 +32557,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29954,7 +32594,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -29988,7 +32631,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30022,7 +32668,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30056,7 +32705,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30090,7 +32742,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30124,7 +32779,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30158,7 +32816,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30192,7 +32853,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30226,7 +32890,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30260,7 +32927,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30294,7 +32964,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30328,7 +33001,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30362,7 +33038,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30396,7 +33075,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30430,7 +33112,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30464,7 +33149,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30498,7 +33186,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30532,7 +33223,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30566,7 +33260,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30600,7 +33297,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30634,7 +33334,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30668,7 +33371,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30702,7 +33408,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30736,7 +33445,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30770,7 +33482,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30804,7 +33519,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30838,7 +33556,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30872,7 +33593,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30906,7 +33630,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30940,7 +33667,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -30974,7 +33704,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31008,7 +33741,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31042,7 +33778,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31076,7 +33815,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31110,7 +33852,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31144,7 +33889,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31178,7 +33926,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31212,7 +33963,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31246,7 +34000,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31280,7 +34037,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31314,7 +34074,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31348,7 +34111,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31382,7 +34148,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31416,7 +34185,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31450,7 +34222,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31484,7 +34259,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31518,7 +34296,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31552,7 +34333,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31586,7 +34370,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31620,7 +34407,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31654,7 +34444,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31688,7 +34481,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31722,7 +34518,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31756,7 +34555,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31790,7 +34592,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31824,7 +34629,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31858,7 +34666,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31892,7 +34703,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31926,7 +34740,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31960,7 +34777,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -31994,7 +34814,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32028,7 +34851,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32062,7 +34888,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32096,7 +34925,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32130,7 +34962,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32164,7 +34999,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32198,7 +35036,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32232,7 +35073,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32266,7 +35110,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32300,7 +35147,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32334,7 +35184,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32368,7 +35221,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32402,7 +35258,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32436,7 +35295,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32470,7 +35332,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32504,7 +35369,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32538,7 +35406,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32572,7 +35443,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32606,7 +35480,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32640,7 +35517,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32674,7 +35554,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32708,7 +35591,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32742,7 +35628,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32776,7 +35665,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32810,7 +35702,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32844,7 +35739,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32878,7 +35776,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32912,7 +35813,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32946,7 +35850,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -32980,7 +35887,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33014,7 +35924,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33048,7 +35961,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33082,7 +35998,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33116,7 +36035,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33150,7 +36072,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33184,7 +36109,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33218,7 +36146,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33252,7 +36183,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33286,7 +36220,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33320,7 +36257,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33354,7 +36294,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33388,7 +36331,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33422,7 +36368,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33456,7 +36405,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33490,7 +36442,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33524,7 +36479,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33558,7 +36516,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33592,7 +36553,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33626,7 +36590,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33660,7 +36627,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33694,7 +36664,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33728,7 +36701,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33762,7 +36738,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33796,7 +36775,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33830,7 +36812,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33864,7 +36849,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33898,7 +36886,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33932,7 +36923,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -33966,7 +36960,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34000,7 +36997,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34034,7 +37034,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34068,7 +37071,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34102,7 +37108,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34136,7 +37145,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34170,7 +37182,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34204,7 +37219,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34238,7 +37256,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34272,7 +37293,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34306,7 +37330,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34340,7 +37367,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34374,7 +37404,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34408,7 +37441,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34442,7 +37478,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34476,7 +37515,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34510,7 +37552,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34544,7 +37589,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34578,7 +37626,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34612,7 +37663,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34646,7 +37700,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34680,7 +37737,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34714,7 +37774,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34748,7 +37811,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34782,7 +37848,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34816,7 +37885,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34850,7 +37922,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34884,7 +37959,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34918,7 +37996,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34952,7 +38033,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -34986,7 +38070,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35020,7 +38107,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35054,7 +38144,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35088,7 +38181,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35122,7 +38218,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35156,7 +38255,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35190,7 +38292,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35224,7 +38329,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35258,7 +38366,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35292,7 +38403,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35326,7 +38440,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35360,7 +38477,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35394,7 +38514,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35428,7 +38551,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35462,7 +38588,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35496,7 +38625,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35530,7 +38662,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35564,7 +38699,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35598,7 +38736,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35632,7 +38773,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35666,7 +38810,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35700,7 +38847,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35734,7 +38884,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35768,7 +38921,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35802,7 +38958,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35836,7 +38995,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35870,7 +39032,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35904,7 +39069,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35938,7 +39106,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -35972,7 +39143,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36006,7 +39180,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36040,7 +39217,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36074,7 +39254,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36108,7 +39291,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36142,7 +39328,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36176,7 +39365,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36210,7 +39402,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36244,7 +39439,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36278,7 +39476,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36312,7 +39513,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36346,7 +39550,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36380,7 +39587,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36414,7 +39624,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36448,7 +39661,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36482,7 +39698,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36516,7 +39735,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36550,7 +39772,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36584,7 +39809,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36618,7 +39846,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36652,7 +39883,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36686,7 +39920,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36720,7 +39957,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36754,7 +39994,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36788,7 +40031,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36822,7 +40068,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36856,7 +40105,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36890,7 +40142,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36924,7 +40179,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36958,7 +40216,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -36992,7 +40253,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37026,7 +40290,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37060,7 +40327,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37094,7 +40364,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37128,7 +40401,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37162,7 +40438,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37196,7 +40475,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37230,7 +40512,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37264,7 +40549,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37298,7 +40586,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37332,7 +40623,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37366,7 +40660,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37400,7 +40697,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37434,7 +40734,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37468,7 +40771,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37502,7 +40808,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37536,7 +40845,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37570,7 +40882,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37604,7 +40919,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37638,7 +40956,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37672,7 +40993,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37706,7 +41030,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37740,7 +41067,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37774,7 +41104,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37808,7 +41141,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37842,7 +41178,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37876,7 +41215,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37910,7 +41252,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37944,7 +41289,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -37978,7 +41326,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38012,7 +41363,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38046,7 +41400,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38080,7 +41437,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38114,7 +41474,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38148,7 +41511,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38182,7 +41548,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38216,7 +41585,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38250,7 +41622,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38284,7 +41659,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38318,7 +41696,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38352,7 +41733,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38386,7 +41770,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38420,7 +41807,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38454,7 +41844,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38488,7 +41881,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38522,7 +41918,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38556,7 +41955,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38590,7 +41992,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38624,7 +42029,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38658,7 +42066,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38692,7 +42103,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38726,7 +42140,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38760,7 +42177,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38794,7 +42214,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38828,7 +42251,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38862,7 +42288,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38896,7 +42325,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38930,7 +42362,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38964,7 +42399,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -38998,7 +42436,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39032,7 +42473,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39066,7 +42510,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39100,7 +42547,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39134,7 +42584,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39168,7 +42621,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39202,7 +42658,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39236,7 +42695,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39270,7 +42732,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39304,7 +42769,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39338,7 +42806,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39372,7 +42843,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39406,7 +42880,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39440,7 +42917,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39474,7 +42954,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39508,7 +42991,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39542,7 +43028,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39576,7 +43065,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39610,7 +43102,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39644,7 +43139,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39678,7 +43176,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39712,7 +43213,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39746,7 +43250,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39780,7 +43287,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39814,7 +43324,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39848,7 +43361,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39882,7 +43398,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39916,7 +43435,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39950,7 +43472,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -39984,7 +43509,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40018,7 +43546,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40052,7 +43583,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40086,7 +43620,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40120,7 +43657,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40154,7 +43694,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40188,7 +43731,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40222,7 +43768,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40256,7 +43805,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40290,7 +43842,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40324,7 +43879,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40358,7 +43916,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40392,7 +43953,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40426,7 +43990,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40460,7 +44027,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40494,7 +44064,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40528,7 +44101,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40562,7 +44138,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40596,7 +44175,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40630,7 +44212,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40664,7 +44249,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40698,7 +44286,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40732,7 +44323,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40766,7 +44360,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40800,7 +44397,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40834,7 +44434,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40868,7 +44471,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40902,7 +44508,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40936,7 +44545,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -40970,7 +44582,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41004,7 +44619,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41038,7 +44656,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41072,7 +44693,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41106,7 +44730,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41140,7 +44767,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41174,7 +44804,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41208,7 +44841,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41242,7 +44878,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41276,7 +44915,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41310,7 +44952,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41344,7 +44989,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41378,7 +45026,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41412,7 +45063,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41446,7 +45100,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41480,7 +45137,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41514,7 +45174,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41548,7 +45211,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41582,7 +45248,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41616,7 +45285,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41650,7 +45322,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41684,7 +45359,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41718,7 +45396,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41752,7 +45433,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41786,7 +45470,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41820,7 +45507,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41854,7 +45544,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41888,7 +45581,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41922,7 +45618,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41956,7 +45655,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -41990,7 +45692,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42024,7 +45729,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42058,7 +45766,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42092,7 +45803,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42126,7 +45840,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42160,7 +45877,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42194,7 +45914,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42228,7 +45951,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42262,7 +45988,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42296,7 +46025,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42330,7 +46062,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42364,7 +46099,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42398,7 +46136,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42432,7 +46173,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42466,7 +46210,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42500,7 +46247,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42534,7 +46284,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42568,7 +46321,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42602,7 +46358,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42636,7 +46395,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42670,7 +46432,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42704,7 +46469,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42738,7 +46506,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42772,7 +46543,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42806,7 +46580,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42840,7 +46617,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42874,7 +46654,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42908,7 +46691,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42942,7 +46728,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -42976,7 +46765,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43010,7 +46802,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43044,7 +46839,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43078,7 +46876,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43112,7 +46913,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43146,7 +46950,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43180,7 +46987,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43214,7 +47024,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43248,7 +47061,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43282,7 +47098,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43316,7 +47135,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43350,7 +47172,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43384,7 +47209,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43418,7 +47246,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43452,7 +47283,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43486,7 +47320,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43520,7 +47357,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43554,7 +47394,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43588,7 +47431,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43622,7 +47468,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43656,7 +47505,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43690,7 +47542,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43724,7 +47579,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43758,7 +47616,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43792,7 +47653,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43826,7 +47690,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43860,7 +47727,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43894,7 +47764,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43928,7 +47801,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43962,7 +47838,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -43996,7 +47875,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44030,7 +47912,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44064,7 +47949,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44098,7 +47986,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44132,7 +48023,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44166,7 +48060,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44200,7 +48097,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44234,7 +48134,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44268,7 +48171,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44302,7 +48208,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44336,7 +48245,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44370,7 +48282,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44404,7 +48319,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44438,7 +48356,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44472,7 +48393,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44506,7 +48430,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44540,7 +48467,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44574,7 +48504,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44608,7 +48541,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44642,7 +48578,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44676,7 +48615,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44710,7 +48652,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44744,7 +48689,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44778,7 +48726,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44812,7 +48763,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44846,7 +48800,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44880,7 +48837,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44914,7 +48874,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44948,7 +48911,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -44982,7 +48948,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45016,7 +48985,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45050,7 +49022,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45084,7 +49059,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45118,7 +49096,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45152,7 +49133,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45186,7 +49170,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45220,7 +49207,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45254,7 +49244,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45288,7 +49281,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45322,7 +49318,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45356,7 +49355,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45390,7 +49392,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45424,7 +49429,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45458,7 +49466,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45492,7 +49503,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45526,7 +49540,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45560,7 +49577,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45594,7 +49614,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45628,7 +49651,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45662,7 +49688,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45696,7 +49725,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45730,7 +49762,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45764,7 +49799,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45798,7 +49836,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45832,7 +49873,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45866,7 +49910,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45900,7 +49947,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45934,7 +49984,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -45968,7 +50021,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46002,7 +50058,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46036,7 +50095,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46070,7 +50132,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46104,7 +50169,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46138,7 +50206,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46172,7 +50243,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46206,7 +50280,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46240,7 +50317,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46274,7 +50354,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46308,7 +50391,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46342,7 +50428,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46376,7 +50465,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46410,7 +50502,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46444,7 +50539,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46478,7 +50576,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46512,7 +50613,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46546,7 +50650,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46580,7 +50687,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46614,7 +50724,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46648,7 +50761,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46682,7 +50798,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46716,7 +50835,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46750,7 +50872,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46784,7 +50909,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46818,7 +50946,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46852,7 +50983,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46886,7 +51020,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46920,7 +51057,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46954,7 +51094,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -46988,7 +51131,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47022,7 +51168,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47056,7 +51205,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47090,7 +51242,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47124,7 +51279,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47158,7 +51316,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47192,7 +51353,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47226,7 +51390,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47260,7 +51427,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47294,7 +51464,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47328,7 +51501,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47362,7 +51538,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47396,7 +51575,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47430,7 +51612,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47464,7 +51649,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47498,7 +51686,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47532,7 +51723,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47566,7 +51760,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47600,7 +51797,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47634,7 +51834,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47668,7 +51871,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47702,7 +51908,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47736,7 +51945,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47770,7 +51982,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47804,7 +52019,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47838,7 +52056,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47872,7 +52093,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47906,7 +52130,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47940,7 +52167,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -47974,7 +52204,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48008,7 +52241,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48042,7 +52278,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48076,7 +52315,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48110,7 +52352,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48144,7 +52389,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48178,7 +52426,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48212,7 +52463,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48246,7 +52500,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48280,7 +52537,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48314,7 +52574,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48348,7 +52611,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48382,7 +52648,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48416,7 +52685,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48450,7 +52722,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48484,7 +52759,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48518,7 +52796,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48552,7 +52833,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48586,7 +52870,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48620,7 +52907,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48654,7 +52944,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48688,7 +52981,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48722,7 +53018,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48756,7 +53055,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48790,7 +53092,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48824,7 +53129,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48858,7 +53166,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48892,7 +53203,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48926,7 +53240,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48960,7 +53277,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -48994,7 +53314,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49028,7 +53351,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49062,7 +53388,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49096,7 +53425,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49130,7 +53462,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49164,7 +53499,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49198,7 +53536,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49232,7 +53573,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49266,7 +53610,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49300,7 +53647,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49334,7 +53684,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49368,7 +53721,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49402,7 +53758,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49436,7 +53795,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49470,7 +53832,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49504,7 +53869,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49538,7 +53906,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49572,7 +53943,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49606,7 +53980,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49640,7 +54017,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49674,7 +54054,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49708,7 +54091,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49742,7 +54128,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49776,7 +54165,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49810,7 +54202,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49844,7 +54239,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49878,7 +54276,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49912,7 +54313,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49946,7 +54350,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -49980,7 +54387,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50014,7 +54424,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50048,7 +54461,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50082,7 +54498,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50116,7 +54535,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50150,7 +54572,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50184,7 +54609,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50218,7 +54646,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50252,7 +54683,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50286,7 +54720,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50320,7 +54757,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50354,7 +54794,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50388,7 +54831,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50422,7 +54868,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50456,7 +54905,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50490,7 +54942,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50524,7 +54979,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50558,7 +55016,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50592,7 +55053,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50626,7 +55090,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50660,7 +55127,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50694,7 +55164,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50728,7 +55201,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50762,7 +55238,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50796,7 +55275,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50830,7 +55312,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50864,7 +55349,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50898,7 +55386,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50932,7 +55423,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -50966,7 +55460,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51000,7 +55497,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51034,7 +55534,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51068,7 +55571,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51102,7 +55608,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51136,7 +55645,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51170,7 +55682,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51204,7 +55719,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51238,7 +55756,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51272,7 +55793,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51306,7 +55830,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51340,7 +55867,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51374,7 +55904,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51408,7 +55941,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51442,7 +55978,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51476,7 +56015,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51510,7 +56052,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51544,7 +56089,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51578,7 +56126,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51612,7 +56163,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51646,7 +56200,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51680,7 +56237,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51714,7 +56274,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51748,7 +56311,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51782,7 +56348,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51816,7 +56385,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51850,7 +56422,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51884,7 +56459,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51918,7 +56496,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51952,7 +56533,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -51986,7 +56570,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52020,7 +56607,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52054,7 +56644,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52088,7 +56681,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52122,7 +56718,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52156,7 +56755,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52190,7 +56792,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } }, { "measurement aggregate document": { @@ -52224,7 +56829,10 @@ "experiment type": "HrpElisa1536", "container type": "well plate" }, - "analyst": "USER" + "analyst": "USER", + "custom information document": { + "TEST RUN NO.": 412.0 + } } ], "data system document": { @@ -52234,10 +56842,7 @@ "UNC path": "C:\\Program Files (x86)\\BMG\\CLARIOstar\\User\\Data", "ASM converter name": "allotropy_bmg_labtech_mars", "ASM converter version": "0.1.105", - "software name": "BMG MARS", - "custom information document": { - "TEST RUN NO.": 412.0 - } + "software name": "BMG MARS" }, "device system document": { "device identifier": "N/A",