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.15 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.14 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.13 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.12 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.11 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.9 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.8 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.7 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.5 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.4 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.3 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.2 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.1 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/transplants/mdm/_pathology_extra.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/transplants/mdm/_pathology_extra.html.slim