Sha256: 0954a3508a24f698faaa89e617d0ba6892bbdff5b01679a64718064a3e718f6d

Contents?: true

Size: 1017 Bytes

Versions: 22

Compression:

Stored size: 1017 Bytes

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|

      = render "form", f: f, patient: patient

      = submit_tag "Save", class: "button"
      span= " or "
      = link_to "cancel", patients_path

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
renalware-core-2.0.72 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.71 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.70 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.69 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.68 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.67 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.64 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.63 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.62 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.61 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.60 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.58 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.57 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.56 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.55 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.54 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.53 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.52 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.51 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.50 app/views/renalware/patients/patients/new.html.slim