Jump to content

Module:BiologicalAgeBiomarkers/Data: Difference between revisions

no edit summary
(Created page with "local data = {} -- Define biomarkers with their long form and system data.biomarkers = { { system = "Cardiovascular System", data = { {key = "SBP", name = "Systolic Blood Pressure (SBP)"}, {key = "DBP", name = "Diastolic Blood Pressure (DBP)"}, {key = "PP", name = "Pulse Pressure"}, {key = "MAP", name = "Mean Arterial Pressure"}, {key = "Pulse", name = "Pulse"}, {key = "PWV", name = "Pulse Wave Velocity"}, {key = "HR", name = "Heart Rate"},...")
 
No edit summary
Line 184: Line 184:


data.rows = {
data.rows = {
{key = "method", name = "Biological Age Estimation Method"},
{key = "method", name = "Estimation Method"},
{key = "year", name = "Year"}
{key = "year", name = "Year"}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.