ABO-Adjusted cPRA Calculator
The following are instructions for using this application's API.
API Endpoint
https://pra-assistant.otdtcalculators.ca/?api=true
Method
post
Utility for bulk calculations
click here
Payload
JSON encoded
"antigens": [string]
"abo": [string]
"decimals": [number]
Returned Data
JSON encoded
"cPRA": [string]
"cPRA_ABO_Adjusted": [string]
Was this helpful?