diff options
-rw-r--r-- | ksh-scan2.el | 1 | ||||
-rw-r--r-- | ksh-scan3.el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ksh-scan2.el b/ksh-scan2.el index 3fbd391..6cb9fc0 100644 --- a/ksh-scan2.el +++ b/ksh-scan2.el @@ -30,6 +30,7 @@ ;; Default values for fields (setq default-field-values `((,ksh-scan2-sex . "F") + (,ksh-scan2-scan . "Single intrauterine gestation") (,ksh-scan2-survey-presentation . "cephalic") (,ksh-scan2-survey-placenta . "posterior") (,ksh-scan2-survey-liquor . "normal") diff --git a/ksh-scan3.el b/ksh-scan3.el index 5868c92..93a9592 100644 --- a/ksh-scan3.el +++ b/ksh-scan3.el @@ -26,6 +26,7 @@ ;; Default values for fields (setq default-field-values `((,ksh-scan3-sex . "F") + (,ksh-scan3-scan . "Single intrauterine gestation") (,ksh-scan3-survey-presentation . "cephalic") (,ksh-scan3-survey-placenta . "posterior") (,ksh-scan3-survey-liquor . "normal") |