Changes between Version 4 and Version 5 of Ticket #897, comment 65
- Timestamp:
- Sep 14, 2016, 8:57:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #897, comment 65
v4 v5 55 55 * When generating referral forms for a site, the application looks for templates of all type of forms.[[BR]]a. If no template file with a valid filename is found for a specific form type and site, that form type is skipped in the output.[[BR]]b. If a single template file with a valid filename is found for a specific form type and site, a referral form is created for that template.[[BR]]c. If more than one template file with a valid filename is found for a specific form type and site, first a warning is displayed, followed by a check box, where the user can confirm, that the form generation shall continue. If OK, referral forms are created for all the valid templates, in alphabetical order of the template filenames. 56 56 57 || '''Form type''' || '''Start of template filenames ''' ||57 || '''Form type''' || '''Start of template filenames *''' || 58 58 || Patient info || `Patinfo` || 59 59 || Clinical chemistry - biopsy || `KlinKemBiopsy-SCAN-B-remiss` || … … 67 67 68 68 As an example, the patient info form template may have the full filename "`Patinfo_3_0_120109_SCAN-B.pdf`", and the clinical pathology form template the full filename "`Path-SCAN-B-remiss_v7.pdf`". 69 70 `*` The first version of the referral form generation allows referral template PDF files to have names prefixed with the site name in upper case letters, where any Swedish letters "ÅÄÖåäö" first have been replaced by "AAOAAO", respectively, followed by either a hyphen "-", or an underscore "_" character before the part of the filename, identifying the type of template, e.g. a clinical pathology template file for Malmö might be named "`MALMO_Path-SCAN-B-remiss_v7.pdf`", where the key string "`Path-SCAN-B-remiss`" identifies that the template is intended for clinical pathology forms. 69 71 70 72 3. Copy referral form template files to use to sub-directory for each site.