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.15 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.14 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.13 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.12 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.11 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.9 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.8 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.7 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder