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