Sha256: 3729fba6a2de766c7645a0f21d509cb01f35162cf2c1a91436c1007dbc569544

Contents?: true

Size: 712 Bytes

Versions: 74

Compression:

Stored size: 712 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 PTH))

  article
    header
      h2 Special Pathology

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

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
renalware-core-2.0.58 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.57 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.56 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.55 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.54 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.53 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.52 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.51 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.50 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.48 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.47 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.46 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.45 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.44 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.43 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.42 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.41 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.40 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.39 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.38 app/views/renalware/transplants/mdm/_pathology_extra.html.slim