Sha256: adc38a848b08c2f8d6f577fc93235480591062ad2c993995e4e35c97a1e143d5

Contents?: true

Size: 452 Bytes

Versions: 8

Compression:

Stored size: 452 Bytes

Contents

xml = builder

xml.LabOrders(start: Time.zone.today.iso8601, stop: Time.zone.today.iso8601) do
  # xml.comment! "TODO: start and stop date"

  render partial: "renalware/api/ukrdc/patients/lab_orders/lab_order",
         collection: patient.observation_requests.includes(
           :description,
           observations: { description: :measurement_unit }
         ),
         as: :request,
         locals: { builder: builder, patient: patient }
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc8 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.rc7 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.rc6 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.rc5 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.rc4 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.rc3 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.rc1 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder
renalware-core-2.0.0.pre.beta12 app/views/renalware/api/ukrdc/patients/_lab_orders.xml.builder