Sha256: b21f48eea09d2959d7053de4f7f20e1b283ecea49c87c6e6f83cd40e8bcb0b44
Contents?: true
Size: 1.02 KB
Versions: 40
Compression:
Stored size: 1.02 KB
Contents
= within_admin_layout(title: "New", breadcrumbs: breadcrumb_for("Patients", patients_path)) do .panel.warn h2 Before adding a patient, please check they are not already in Renalware span | Use the search at the top left of this page to identify a patient | using their name or hospital/NHS number. br | If you find a match remember to check | their name, date of birth and hospital numbers from the different hospitals. br | Please b DO NOT ADD A PATIENT | if you think they already exist on the database - check first and add them later if necessary .row .columns.small-12= render "renalware/shared/errors", model: patient = simple_form_for patient, html: { autocomplete: "off" }, wrapper: "horizontal_form" do |f| .columns= save_or_cancel(form: f, back_path: patients_path) = render "form", f: f, patient: patient .columns= save_or_cancel(form: f, back_path: patients_path)
Version data entries
40 entries across 40 versions & 1 rubygems