Sha256: 63cfbab991c9a5661f21e8805d2f38351d57e0dc5a8154cadf58e82d836c23db

Contents?: true

Size: 713 Bytes

Versions: 103

Compression:

Stored size: 713 Bytes

Contents

  ruby:
    # Just a reminder that we set up a Pathology presenter directly here as we want to avoid
    # cross-module references at levels deeper than the view (ie we are not doing this in our
    # Transplants::MDMPresenter).
    # The presenter in this case is a bit unconventional as it returns a reformatted
    # array of OpenStructs which are easier to consume that any other format we currently have.
    presenter = Renalware::Pathology::ObservationsForCodesPresenter
                  .new(patient: mdm.patient, codes: %w(HBA FER PTHI))

  article
    header
      h2 Special Pathology

    = render "renalware/pathology/observations_definition_list",
             observations: presenter.observations

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.1.0 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.167 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.166 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.165 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.164 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.163 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.162 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.161 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.160 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.159 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.158 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.157 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.156 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.155 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.153 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.152 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.151 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.149 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.148 app/views/renalware/transplants/mdm/_pathology_extra.html.slim