Sha256: 68a66669859fbf9061bf45d2a8ed4f9b5de87faff52e25e8dd52ae31b8ea3681

Contents?: true

Size: 1.33 KB

Versions: 4

Compression:

Stored size: 1.33 KB

Contents

.form-content
  = f.input :assessed_on,
            as: :date_picker,
            wrapper: :horizontal_datepicker
  = f.association :assessor,
            as: :user_picker,
            collection: Renalware::User.ordered,
            wrapper: :horizontal_medium
  = f.input :overhydration,
            wrapper: :horizontal_small
  = f.input :volume_of_distribution,
            wrapper: :horizontal_small
  = f.input :total_body_water,
            wrapper: :horizontal_small
  = f.input :extracellular_water,
            wrapper: :horizontal_small
  = f.input :intracellular_water,
            wrapper: :horizontal_small
  = f.input :lean_tissue_index,
            wrapper: :horizontal_small
  = f.input :fat_tissue_index,
            wrapper: :horizontal_small
  = f.input :lean_tissue_mass,
            wrapper: :horizontal_small
  = f.input :fat_tissue_mass,
            wrapper: :horizontal_small
  = f.input :adipose_tissue_mass,
            wrapper: :horizontal_small
  = f.input :body_cell_mass,
            wrapper: :horizontal_small
  = f.input :quality_of_reading,
            wrapper: :horizontal_small
  = f.input :notes,
            as: :text,
            wrapper: :horizontal_large,
            input_html: { rows: 5 }


.row
  .large-12.columns
    = f.button :submit
    span= " or "
    = link_to "cancel", patient_clinical_profile_path(patient)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/clinical/body_compositions/_form.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/clinical/body_compositions/_form.html.slim