Skip to content

Commit

Permalink
don't forget decimal places
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonerf committed Nov 29, 2024
1 parent d05d93c commit 1716e6f
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,59 +47,87 @@ tables:
title: Defined daily doses of {definitions.routeofadministration} << antimicrobialclass.lower()>> - << atc4name.lower() >> used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antimicrobials used in a given year.
unit: defined daily doses
display:
numDecimalPlaces: 0
did:
title: Defined daily doses per 1000 inhabitants per day of {definitions.routeofadministration} << antimicrobialclass>> - << atc4name.lower() >> used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antimicrobials used per 1000 inhabitants per day.
unit: defined daily doses per 1000 inhabitants per day
display:
numDecimalPlaces: 1
class_aggregated:
variables:
ddd_anti_malarials:
title: Defined daily doses of antimalarials used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antimalarials used in a given year.
unit: defined daily doses
display:
numDecimalPlaces: 0
ddd_antibacterials_and_antituberculosis:
title: Defined daily doses of antibiotics and antituberculosis drugs used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antibiotics and antituberculosis drugs used in a given year.
unit: defined daily doses
display:
numDecimalPlaces: 0
ddd_antifungals:
title: Defined daily doses of antifungals used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antifungals used in a given year.
unit: defined daily doses
display:
numDecimalPlaces: 0
ddd_antituberculosis:
title: Defined daily doses of antituberculosis drugs used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antituberculosis drugs used in a given year.
unit: defined daily doses
display:
numDecimalPlaces: 0
ddd_antivirals:
title: Defined daily doses of antivirals used
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antivirals used in a given year.
unit: defined daily doses
display:
numDecimalPlaces: 0
did_anti_malarials:
title: Defined daily doses of antimalarials used per 1,000 inhabitants per day
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antimalarials used in a given year per 1,000 inhabitants per day.
unit: defined daily doses per 1,000 inhabitants per day
display:
numDecimalPlaces: 1
did_antibacterials_and_antituberculosis:
title: Defined daily doses of antibiotics and antituberculosis drugs used per 1,000 inhabitants per day
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antibiotics and antituberculosis drugs used in a given year per 1,000 inhabitants per day.
unit: defined daily doses per 1,000 inhabitants per day
display:
numDecimalPlaces: 1
did_antifungals:
title: Defined daily doses of antifungals used per 1,000 inhabitants per day
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antifungals used in a given year per 1,000 inhabitants per day.
unit: defined daily doses per 1,000 inhabitants per day
display:
numDecimalPlaces: 1
did_antituberculosis:
title: Defined daily doses of antituberculosis drugs used per 1,000 inhabitants per day
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antituberculosis drugs used in a given year per 1,000 inhabitants per day.
unit: defined daily doses per 1,000 inhabitants per day
display:
numDecimalPlaces: 1
did_antivirals:
title: Defined daily doses of antivirals used per 1,000 inhabitants per day
description_short: Total [defined daily doses](#dod:defined-daily-doses) of antivirals used in a given year per 1,000 inhabitants per day.
unit: defined daily doses per 1,000 inhabitants per day
display:
numDecimalPlaces: 1
aware:
variables:
ddd:
title: Defined daily doses of << awarelabel >> antibiotics used
description_short: "Total [defined daily doses](#dod:defined-daily-doses) of AWaRe category: << awarelabel >> antibiotics used in a given year. {definitions.aware_description}"
unit: defined daily doses
display:
numDecimalPlaces: 0
did:
title: Defined daily doses per 1000 inhabitants per day of << awarelabel>> antibiotics used
description_short: "Total [defined daily doses](#dod:defined-daily-doses) of AWaRe category: <<awarelabel>> used per 1000 inhabitants per day. {definitions.aware_description}"
unit: defined daily doses per 1000 inhabitants per day
display:
numDecimalPlaces: 1

0 comments on commit 1716e6f

Please sign in to comment.