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

Version Path
renalware-core-2.0.113 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.112 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.111 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.110 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.109 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.108 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.106 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.105 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.104 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.103 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.102 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.101 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.100 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.99 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.98 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.97 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.96 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.95 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.94 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.93 app/views/renalware/patients/patients/new.html.slim