summaryrefslogtreecommitdiff
path: root/ksh-scan3.el
AgeCommit message (Collapse)Author
2022-10-04Default to single intrauterine gestation.HEADmasterArun Isaac
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.
2022-10-04Report both gestational age and indications under Impression.Arun Isaac
* 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.
2022-10-04Use generic placeholder name as default sonologist.Arun Isaac
* 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.
2022-10-04Prefix all form variables with form specific prefixes.Arun Isaac
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.
2022-10-02Disuse scan field in gestational age template.Arun Isaac
* ksh-scan3.el (form-to-org): Disuse scan field in gestational age template.
2022-10-01Make biometry readings a standalone figure not part of a section.Arun Isaac
* 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.
2022-10-01Change quote to quasiquote.Arun Isaac
* ksh-scan2.el, ksh-scan3.el (form-to-org): Change quote to quasiquote.
2020-12-31Deprecate ksh-data-path.Arun Isaac
* ksh-discharge.el, ksh-scan2.el, ksh-scan3.el (forms-file): Use ksh-path instead of ksh-data-path. * ksh-emacs-init.el (ksh-data-path): Delete variable.
2020-12-31Combine biometry and report into single file.Arun Isaac
* ksh-report-header.el, ksh-biometry.el: Combine into ksh-report.el. * ksh-scan2.el, ksh-scan3.el: Require ksh-report instead of loading ksh-report-header.el and ksh-biometry.el.
2020-12-31Provide ksh-forms feature.Arun Isaac
* ksh-forms.el: Provide ksh-forms. * ksh-discharge.el, ksh-scan2.el, ksh-scan3.el: Require ksh-forms.
2020-12-31Deprecate plural functions.Arun Isaac
* ksh-discharge.el (forms-format-list, form-to-org): Deprecate form-entries, single-line-org-entries, multi-line-org-entries. * ksh-scan2.el (forms-format-list): Deprecate form-entries. (form-to-org): Deprecate single-line-org-entries, multi-line-org-entries. * ksh-scan3.el (forms-format-list, form-to-org): Deprecate form-entries, single-line-org-entries, multi-line-org-entries. * ksh-forms-improved.el (single-line-org-entries, multi-line-org-entries, form-entries): Delete functions. squash! Deprecate plural functions.
2016-12-21Initial commitArun Isaac