view · edit · sidebar · attach · print · history

20130605-package-pi-pdf

<< | Index | >>


Summary

  • Re-generate PI-Ebook and Checked Fiparsed
  • Create PI-PDF in Package level

Commits

  • not yet

Index


Generate PI Ebook

production
ch.oddb> patinfos.values.select{|pi| next if pi.description("de").is_a?(String); pi.description("de").name.to_s =~ /^w/i }.length
-> 38
  • Import PI from swissmedicXML for new PI (Check whether @name is correct or not.)
  • Export patinfo.yaml
  • Run Ebook generator scripts

Package PI-PDF Updloader

Patinfo (comes from swissmedicinfo XML) has reference to Sequenze (with name).
PI-PDF has reference to Package.

43788019 43788035 43788027 43788043

HtmlGrid Upload Form

use :multipart_form

class SomeForm < HtmlGrid::Form
  include FormMethods
  TAG_METHOD = :multipart_form # => multipart form
  ...
end

Update package modelu to have PDF-Patinfo.

Admin Form in Package

Uploaded PI-PDF via Package.

Uploader works fine.

% bin/admin 
ch.oddb> registration("41810").sequence("01").package("025")
-> #<ODDB::Package:0x00000009f5ae70>
ch.oddb> registration("41810").sequence("01").package("025").pdf_patinfo
-> 41810_01_025_1370420376.630633.pdf

IKSNR_SEQNR_IKSCD_time.now.pdf

Today created I uploading of PI-PDF for Package.
Next Showing in result.

Continue tomorrow.

view · edit · sidebar · attach · print · history
Page last modified on June 05, 2013, at 10:18 AM