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

Version Path
renalware-core-2.1.1 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.1.0 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.167 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.166 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.165 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.164 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.163 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.162 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.161 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.160 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.159 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.158 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.157 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.156 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.155 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.153 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.152 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.151 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.149 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.148 app/views/renalware/patients/patients/new.html.slim