diff options
Diffstat (limited to 'ksh-scan3.el')
-rw-r--r-- | ksh-scan3.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksh-scan3.el b/ksh-scan3.el index 68adb29..5868c92 100644 --- a/ksh-scan3.el +++ b/ksh-scan3.el @@ -115,8 +115,8 @@ ("AC" ,ksh-scan3-biometry-ac ,ksh-scan3-biometry-ac-age ,ksh-scan3-biometry-ac-percentile) ("FL" ,ksh-scan3-biometry-fl ,ksh-scan3-biometry-fl-age ,ksh-scan3-biometry-fl-percentile))) (princ "* Impression\n") - (princ (format "%s gestational age assigned as per biometry (CRL)\n\n" - (get-field ksh-scan3-impression-gestational-age))) + (princ (format "%s corresponding to a gestational age of %s as per biometry (CRL)\n\n" + (get-field ksh-scan3-scan) (get-field ksh-scan3-impression-gestational-age))) (seq-do 'single-line-org-entry `(("Menstrual age" . ,ksh-scan3-impression-menstrual-age) ("Corrected EDD" . ,ksh-scan3-impression-corrected-edd) |