Sha256: 29b462ab679703bc1a478ffab7d676a046be38237878c678dbf98982b5d66717

Contents?: true

Size: 1001 Bytes

Versions: 24

Compression:

Stored size: 1001 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

    = 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

24 entries across 24 versions & 1 rubygems

Version Path
renalware-core-2.0.46 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.45 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.44 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.43 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.42 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.41 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.40 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.39 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.38 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.37 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.36 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.35 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.34 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.33 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.32 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.31 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.30 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.28 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.27 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.26 app/views/renalware/patients/patients/new.html.slim