get https://script.google.com/macros/s/AKfycbytZFvhIvGJOvHMlWKOK26l24GL8Vb4Ax2Aa0yXylLydFNCDEzbjKc2b5G69gK-0ppZ/exec
Calculates reference values and z-scores for pediatric pulmonary artery diameters based on a subject's weight, height, and a measured diameter. Diameters are measured perpendicular to the vessel on contrast-enhanced CMRA.
Provides z-scores and normal reference diameters for the pulmonary arteries in children based on body surface area (BSA).
The calculations are based on the reference paper: Knobel Z, Kellenberger CJ, Kaiser T, et al. Geometry and dimensions of the pulmonary artery bifurcation in children and adolescents: assessment in vivo by contrast-enhanced MR-angiography. Int J Cardiovasc Imaging. 2011;27:385–96.
Calculation Details:
- Body Surface Area (BSA) is calculated from weight and height using the Mosteller formula:
BSA = sqrt((wt_kg * ht_cm) / 3600)
- Predicted Diameter (Mean) is calculated using the regression model:
predicted = a + b * BSA^c
(The coefficientsa
,b
,c
, andsd
are looked up based on theparameter
). - Z-Score is then calculated as:
z-score = (measured - predicted) / SD
- Limits (LL/UL) correspond to a z-score of -2 and +2.
Abbreviations:
- BSA: Body Surface Area
- SD: Standard Deviation of residuals
- RAO: Right Anterior Oblique view (paracoronal, parallel to right pulmonary artery)
- LAO: Left Anterior Oblique view (paracoronal, parallel to left pulmonary artery)