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.101 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.100 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.99 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.98 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.97 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.96 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.95 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.94 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.93 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.92 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.91 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.90 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.89 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.88 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.87 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.86 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.85 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.84 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.83 app/views/renalware/pd/regimes/show.html.slim
renalware-core-2.0.82 app/views/renalware/pd/regimes/show.html.slim