Sha256: 8c8522ccc9c0f6bbc3dfe02a0823bc5da874092fc690c155df0b98c75e3e5c6a

Contents?: true

Size: 669 Bytes

Versions: 17

Compression:

Stored size: 669 Bytes

Contents

.summary-part--eq5d
  article
    header
      h2 EQ5D

    / b Example WIP for charting one question over time
    / = line_chart(eq5d_summary_part.data_for_question_code(1), curve: false)
    / br
    / br
    / br

    - return if eq5d_summary_part.rows.blank?

    .xsss
      table
        thead
          tr
            th.col-width-date Date
            - eq5d_summary_part.question_labels.each do |code, label|
              th= label
        tbody
          - eq5d_summary_part.rows.each do |row|
            tr
              td= row.answered_on
              - eq5d_summary_part.question_labels.each do |code, label|
                td= row.send(code.to_sym)

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
renalware-core-2.0.149 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.148 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.147 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.146 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.145 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.144 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.143 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.142 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.141 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.140 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.139 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.138 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.137 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.136 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.135 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.134 app/views/renalware/surveys/_eq5d_summary_part.html.slim
renalware-core-2.0.133 app/views/renalware/surveys/_eq5d_summary_part.html.slim