Sha256: d49bd9709d9ca1b8287a28d69ed2c40801237339b71c42a80d24dcb8c0f7d03a
Contents?: true
Size: 1.02 KB
Versions: 21
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, editing: false .columns= save_or_cancel(form: f, back_path: patients_path)
Version data entries
21 entries across 21 versions & 1 rubygems