Toggle navigation
P3X GitList
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
82bcb6fb27050480f2f632b5e57bfdd1b13928d0
Branches
master
Files
Commits
Log
Graph
Stats
RequestForm.git
lib
RequestForm
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
New file or directory
New file
Are you sure to add a new file or directory?
If you add a slash to the end of the "filename", you create a directory, otherwise you create a file.
Please, make sure you use a relative path.
Note:
The filename is not created on the current tree browser you are, but that actual root of the repo.
Upload file and/or override/binary
New binary
Are you sure to add a new binary file?
Allow override existing
Clone
SSH
HTTPS
..
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
removed RequestForm::Test load from RequestForm::DB - causing production server startup failure due to file permissions, and class not required by production app anyway
11 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
3kB
bcr-abl test script checks db data against patient src data; renamed bcr_abl request form bcr-abl; bcr-abl request form uses jquery to toggle sections
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