summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterDefault to single intrauterine gestation.Arun Isaac2 years
 
 
AgeCommit messageAuthor
2022-10-04Default to single intrauterine gestation.•••Single intrauterine gestation is the most common. * ksh-scan2.el (default-field-values): Default to single intrauterine gestation. * ksh-scan3.el (default-field-values): Default to single intrauterine gestation. HEADmasterArun Isaac
2022-10-04Report both gestational age and indications under Impression.•••* ksh-scan2.el (form-to-org): Report both gestational age and indications under Impression. * ksh-scan3.el (form-to-org): Report both gestational age and indications under Impression. Arun Isaac
2022-10-04Remove accidentally added ksh-scan2- in text of report.•••Perils of regexp replace. * ksh-scan2.el (form-to-org): Remove accidentally added ksh-scan2- in text of report. Arun Isaac
2022-10-04Use generic placeholder name as default sonologist.•••* ksh-scan2.el (default-field-values): Use generic placeholder name as default sonologist. * ksh-scan3.el (default-field-values): Use generic placeholder name as default sonologist. Arun Isaac
2022-10-04Prefix all form variables with form specific prefixes.•••If the form variables are not prefixed and thus namespaced correctly, form variables from different forms interact illegitimately and cause pandemonium. * ksh-scan2.el, ksh-scan3.el: Prefix all form variables with form specific prefixes. Arun Isaac
2022-10-02Disuse scan field in gestational age template.•••* ksh-scan3.el (form-to-org): Disuse scan field in gestational age template. Arun Isaac
2022-10-02Label Target Scan correctly in form.•••* ksh-scan2.el (form-to-org): Label Target Scan correctly in form. Arun Isaac
2022-10-01Make biometry readings a standalone figure not part of a section.•••* ksh-report.el (insert-biometry): Accept caption argument. (make-report-header): Import latex caption package. * ksh-scan2.el (form-to-org): Pass caption argument to insert-biometry. * ksh-scan3.el (form-to-org): Pass caption argument to insert-biometry. Arun Isaac
2022-10-01Open generated PDF using org-open-file.•••Printing from Emacs doesn't work well in Windows. So, we use org-open-file, which hopefully opens in the default PDF reader. * ksh-forms.el (forms-print): Use org-open-file instead of find-file. Arun Isaac
2022-10-01Delete init file.•••ksh-report is now a proper emacs package to be required, not merely a bunch of elisp files to be loaded. * ksh-emacs-init.el: Delete file. Arun Isaac
[...]