RSS Git Download  Clone
..
  Role added user_id data to request_form table; removed user_profile method from Role::PDS as HILIS supplies ID based on username & centre now 11 years ago
  Validate adapted test suite to use in-memory sqlite db 11 years ago
  BarCode.pm 654B adapted for use in other centres using same token system as HILIS request_forms upload; renamed RequestForm::Base -> RequestForm::Class 11 years ago
  Class.pm 390B adapted for use in other centres using same token system as HILIS request_forms upload; renamed RequestForm::Base -> RequestForm::Class 11 years ago
  DB.pm 5kB args to Local::DB either dsn or dbname; integration with other apps and Local::QueryLogger; switched off query logging for test scripts 10 years ago
  PDF.pm 816B adapted for use in other centres using same token system as HILIS request_forms upload; renamed RequestForm::Base -> RequestForm::Class 11 years ago
  Test.pm 4kB bugfix - non-alphanumeric chars in unique id (eg apostrophe in surname) causing 'uninitialized value' warning in Barcode::Code93 11 years ago
  Validate.pm 5kB expanded patient_bcr_table to include more fields; BCR-ABL request form uses jquery to show/hide treatment dates depending on line number selection 11 years ago
  README.txt
HTML::Barcode::QRCode requires Text::QRCode which requires libqrencode-dev, libqrencode3 & pkg-config packages deployment: * starman & D::C doesn't work without dedicated domain name (can't find statics) apache config: FastCgiServer /home/raj/apps/RequestForm/public/dispatch.fcgi -processes 2 \ -initial-env PERL5LIB=/home/raj/perl5/lib/perl5 # -initial-env PLACK_ENV=deployment # can also specify in .fcgi BEGIN block Alias /request-form /path/to/app/public/dispatch.fcgi