Sha256: 59ca4122a8d339df14aca28e2c3d86c53cba34d7b07009a35843e49fd9cc1732

Contents?: true

Size: 403 Bytes

Versions: 63

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true

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

63 entries across 63 versions & 1 rubygems

Version Path
renalware-core-2.0.104 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.103 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.102 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.101 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.100 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.99 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.98 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.97 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.96 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.95 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.94 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.93 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.92 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.91 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.90 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.89 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.88 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.87 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.86 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.85 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder