/ We try and keep cross-module dependencies in the View layer. - access_patient = Renalware::Accesses::PatientPresenter.new(patient) - transplant_patient = Renalware::Transplants::PatientPresenter.new(patient) tr td.actions = link_to view_proc.call(patient), target: "_blank", rel: "noopener" do i.fa.fa-external-link-square-alt |    = t(".view") td.full-name= link_to patient, view_proc.call(patient) td.nowrap= patient.nhs_number td.nowrap= patient.hospital_identifier td= patient.sex.code td= patient.age td= access_patient.access_profile_type td= l(access_patient.access_profile_started_on) td= access_patient.access_plan_plan_type td= l(access_patient.access_plan_created_at.to_date) td= patient.dialysing_at_unit td= transplant_patient.current_registration_status td.col-width-medium.show-for-xlarge-up= patient.schedule_definition td= patient.transport_summary td= patient.current_observation_set.hgb_result td= l(patient.current_observation_set.hgb_observed_at) td.show-for-xlarge-up= patient.current_observation_set.phos_result td.show-for-xlarge-up= l(patient.current_observation_set.phos_observed_at) td.show-for-xlarge-up= patient.current_observation_set.pot_result td.show-for-xlarge-up= l(patient.current_observation_set.pot_observed_at) td.show-for-xlarge-up= patient.current_observation_set.pthi_result td.show-for-xlarge-up= l(patient.current_observation_set.pthi_observed_at) td.show-for-xlarge-up= patient.current_observation_set.urr_result td.show-for-xlarge-up= l(patient.current_observation_set.urr_observed_at)