diff options
author | Arun Isaac | 2022-10-04 01:06:35 +0530 |
---|---|---|
committer | Arun Isaac | 2022-10-04 01:06:35 +0530 |
commit | edddfdcf2febcfbb46edae6d5e6db8ff6d179ab8 (patch) | |
tree | 00130e96b4d185962e2439eec3585a1d6f8521f2 /ksh-scan2.el | |
parent | 9266878ce8f1b45e773ec341180ea95608cb8d58 (diff) | |
download | ksh-reports-master.tar.gz ksh-reports-master.tar.lz ksh-reports-master.zip |
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.
Diffstat (limited to 'ksh-scan2.el')
-rw-r--r-- | ksh-scan2.el | 1 |
1 files changed, 1 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") |