get https://script.google.com/macros/s/AKfycbzs5KXnMy8BfVyZXZEcR79JVPawXxLUFAbPZqaeBUmbLRbCAqD29eVJJ49l3B-E3LIt/exec
Retrieves normal reference values (mean, sd, ll, ul) for thoracic aortic luminal diameters. The lookup requires an exact match for parameter
, gender
, phase
, and technique
. Provides normal reference values of the thoracic aortic luminal diameters for men and women.
The values are based on measurements obtained on cross-sectional bSSFP (balanced steady-state free precession) images of the aorta at diastole.
Parameter Abbreviations:
ASC_AD
: Ascending Aorta Diameter (mm)PRX_DES_AD
: Proximal Descending Aorta Diameter (mm)DIST_DES_AD
: Distal Descending Aorta Diameter (mm)
Important Notes:
- HTTP Status Code: Due to Google Apps Script limitations, all responses are returned with an HTTP
200 OK
status. It is crucial to inspect the JSON body for anerror
field to determine if the request was actually successful. - Intended Status: A successful response will not have an
error
field. A failed response will include anintended_status
field (e.g., 400, 404) to indicate the logical status of the request.