Sha256: 3069272a0206e819e06bed28650f7a97265e3764202b896fec77f2526bf0b90f

Contents?: true

Size: 372 Bytes

Versions: 14

Compression:

Stored size: 372 Bytes

Contents

xml = builder
hd_patient = Renalware::HD::PatientPresenter.new(patient)

xml.Encounters do
  hd_patient.finished_hd_sessions.each do |session|
    render "renalware/api/ukrdc/patients/encounters/hd_session",
           builder: xml,
           patient: patient,
           hd_patient: hd_patient,
           session: Renalware::HD::SessionPresenter.new(session)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc10 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc9 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc8 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc7 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc6 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc5 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc4 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc3 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.rc1 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.beta12 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.beta11 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.beta10 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder
renalware-core-2.0.0.pre.beta9 app/views/renalware/api/ukrdc/patients/_encounters.xml.builder