Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API pro kadaverozni darce vraci v jednom edge case spatny typ matche #1284

Open
kubantjan opened this issue Dec 4, 2024 · 0 comments
Open

Comments

@kubantjan
Copy link
Member

kubantjan commented Dec 4, 2024

Rozpor mezi dokumentaci (https://github.com/mild-blue/txmatching/blob/master/documentation/crossmatch_of_cadaverous_donors.md) konkretne viz screenshot:

image003

a tim kdyz to poslu do webove sluzby payload

{

  "recipient_id": "string",

  "recipient_sample_id": "string",

  "donor_code": "string",

  "donor_sample_id": "string",

  "datetime": "2024-11-29T08:04:26.983Z",

  "potential_donor_hla_typing": [

                               [

                                               {

                                                               "hla_code": "B*07:03",

                                                               "is_frequent": true

                                               },

                                               {

                                                               "hla_code": "B*07:04",

                                                               "is_frequent": true

                                               },

                                               {

                                                               "hla_code": "B*07:05",

                                                               "is_frequent": true

                                               }

                               ]

                ],

                "recipient_antibodies": [

                               {

                                               "mfi": 2,

                                               "name": "B*07:06",

                                               "cutoff": 1

                               },

                               {

                                               "mfi": 2,

                                               "name": " B*07:07",

                                               "cutoff": 1

                               }

                              

                ]

}

tak se mi vrátí

"summary": {

        "details_and_issues": [

          "SPLIT_BROAD_MATCH"

        ],

avšak dle dokumentace bych měl dostat
Recipient was not tested for donor's HIGH RES HLA type (or donor's HLA type is in SPLIT resolution), but all HIGH RES antibodies corresponding to the summary HLA code on SPLIT level are positively crossmatched.

což by spíš odpovídalo aby se summary vrátilo jako

  # Recipient was not tested for donor's HIGH RES HLA type (or donor's HLA type is in SPLIT resolution), but all

  # HIGH RES antibodies corresponding to the summary HLA code on SPLIT level are positively crossmatched.

  HIGH_RES_MATCH_ON_SPLIT_LEVEL = 'HIGH_RES_MATCH_ON_SPLIT_LEVEL'
@kubantjan kubantjan changed the title TXM vraci v jednom edga case spatny typ matche API pro kadaverozni darce vraci v jednom edge case spatny typ matche Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant