Загрузка данных


{
    "type": "sendDirectionsToAnalyzer",
    "args": {
        "101": [
            {
                "RealReferralId": 5501,
                "ReferralId": 49,
                "AnalyzerId": 101,
                "ResearchId": 1,
                "Barcode": "ABC-1001",
                "TestIds": [
                    10,
                    11,
                    12
                ],
                "Patient": {
                    "PatientId": 777,
                    "Gender": 1,
                    "Birthday": "1985-05-20"
                }
            },
            {
                "RealReferralId": 5501,
                "ReferralId": 49,
                "AnalyzerId": 101,
                "ResearchId": 1,
                "Barcode": "ABC-1001",
                "TestIds": [
                    10,
                    11,
                    12
                ],
                "Patient": {
                    "PatientId": 777,
                    "Name": "Иван",
                    "Surname": "Иванов",
                    "SecondName": "Иванович",
                    "Gender": 1,
                    "Birthday": "1985-05-20"
                },
                "Dilution": 0
            },
            {
                "RealReferralId": 5502,
                "ReferralId": 50,
                "AnalyzerId": 101,
                "ResearchId": 1,
                "Barcode": "ABC-1002",
                "TestIds": [
                    20,
                    21
                ],
                "Patient": {
                    "PatientId": 888,
                    "Name": "Анна",
                    "Surname": "Петрова",
                    "SecondName": "Сергеевна",
                    "Gender": 2,
                    "Birthday": "1992-11-10"
                }
            }
        ],
        "202": [
            {
                "RealReferralId": 9901,
                "ReferralId": 51,
                "AnalyzerId": 202,
                "ResearchId": 5,
                "Barcode": "XYZ-9000",
                "TestIds": [
                    301,
                    302
                ],
                "Patient": {
                    "PatientId": 999,
                    "Name": "Олег",
                    "Surname": "Сидоров",
                    "SecondName": "Петрович",
                    "Gender": 1,
                    "Birthday": "1978-03-05"
                },
                "Dilution": 1
            }
        ]
    }
}