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