Vue.component('pdc-examples', { template: '
\
\ \

\ \
\
\
\
\
\ \ \ \
\
\
\
\
\
\ \ \ Index Date: {{item.calculation.indexDate}}
\ Days in the Treatment Period: {{item.calculation.daysInMeasPeriod}}
\ Unique Dates of Service: {{item.calculation.uniqueDatesOfService}}
\ Denominator:
\
\ \ Days Covered: {{item.calculation.daysCovered}}
\ PDC: {{item.calculation.pdc}}
\ Numerator: \
\
\
\
\ \
\
\ \
\
\
\
', props: { items: Array } });