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