Sha256: 0ebca5c0aed087c2f33d2ec51ff20d3b24ba48b156ed7c9abd0005ca91e19753

Contents?: true

Size: 372 Bytes

Versions: 28

Compression:

Stored size: 372 Bytes

Contents

xml = builder

# TODO: Implement start stop dates
xml.LabOrders(
  start: patient.changes_since.to_date.iso8601,
  stop: patient.changes_up_until.to_date.iso8601
) do
  render partial: "renalware/api/ukrdc/patients/lab_orders/lab_order",
         collection: patient.observation_requests,
         as: :request,
         locals: { builder: builder, patient: patient }
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
renalware-core-2.0.37 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.36 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.35 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.34 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.33 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.32 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.31 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.30 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.28 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.27 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.26 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.25 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.24 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.23 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.22 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.21 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.20 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.18 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.17 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.16 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder