Sha256: dcc8c9c7231f752027434fc172ea24af53364fa1f52582c489737534b992c5bb

Contents?: true

Size: 1.01 KB

Versions: 106

Compression:

Stored size: 1.01 KB

Contents

- pd_type = regime.pd_type&.to_s&.upcase

= within_patient_layout(**local_assigns,
                        title: "#{pd_type} Regime",
                        breadcrumbs: pd_summary_breadcrumb(regime.patient)) do
  .row
    .columns.medium-6
      = article_tag "Treatment" do

          dl.dl-horizontal
            dt Last Updated:
            dd= l regime.updated_at
            dt Start:
            dd= l regime.start_date
            dt End:
            dd= default_for_blank_date(regime.end_date, "Pending")
            dt Treatment:
            dd= regime.treatment
            - if regime.apd?
              = render("renalware/pd/regimes/assistance_type", regime: regime)
            dt On additional HD?:
            dd= yes_no(regime.add_hd)
            = render "renalware/pd/regimes/glucose", regime: regime

    - if regime.apd?
      = render "renalware/pd/regimes/apd_regime_show", regime: regime
  .row
    .columns
      = article_tag "Bags" do
        = render "renalware/pd/regime_bags/regime_bags", regime: regime

Version data entries

106 entries across 106 versions & 1 rubygems

Version Path
renalware-core-2.0.81 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.80 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.79 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.78 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.77 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.76 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.75 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.74 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.73 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.72 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.71 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.70 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.69 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.68 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.67 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.64 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.63 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.62 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.61 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.60 app/views/renalware/pd/regimes/show.html.slim