RSS Git Download  Clone
..
  layouts adapt request form to allow loading outside HILIS * change username 'unknown' to 'requestform' * append remote-address if called for logging purposes * provide https address for jquery to avoid browser warning of insecure resource 8 years ago
  500.tt 1kB moved 'app_version' as var from 'before' hook to a token key in 'before_template' hook; added /test/error route; switched off auto-inflate dates in Local::DB pending removal of dates -> datetimes in app/templates 10 years ago
  autosuggest.tt 2kB switched bsn.autosuggest to jquery autosuggest; referrer moved from free-text to ajax query; report_to field optional, defaults to referrer; provided default vals for bcr-abl specimen field; request_by field defaults to logged-in users name; some new tests for jquery autocomplete, lost some tests with report_to optional field; removed gross description section from bcr-abl pdf footer 10 years ago
  bcr-abl.tt 3kB added font-awsome icons 11 years ago
  bcr_abl_fields.tt 9kB style change to mutation_analysis checkbox (already done on live) 8 years ago
  dateselect.tt 3kB initial commit - form + validation 11 years ago
  dumper.tt 128B initial commit - form + validation 11 years ago
  gitlog.tt 856B fixed tt name error if dubmitting invalid NHS number 10 years ago
  headers.tt 2kB disable Carp::Always::Color - probably conflicting with SQL::Abstract::Tree; capitalise 'show columns' 7 years ago
  index.tt 5kB initial commit - form + validation 11 years ago
  nhs_number_ajax.tt 951B began adapting core functions for bcr-abl monitoring pateints 11 years ago
  pdf_form.tt 13kB added mutation analysis field to bcr-abl request form; adjusted pdf format to accomodate new field without wrapping page; fixed syntax error on request_form.tt 10 years ago
  pds.tt 4kB moved get_pds_data() block to Role::PDS - don't need 'with' followed by 'with' any more in Validate; made logo img-responsive class to enable dynamic resize; tt layout rearrangements 11 years ago
  request_form.tt 30kB adapt for NBT 7 years ago
  search_form.tt 2kB replaced hard-coded HMDS with centre lab-name 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