#1 closed defect (fixed)
Fix to DGRPDD1.m to allow blank social security.
Reported by: | ivaldes1 | Owned by: | David Whitten |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | WorldVistA EHR | Version: | |
Keywords: | Cc: |
Description
Currently cannot add a blank social security without throwing an error, even when social security requirement is not needed. Attached is a fix identical to IHS fix.
Attachments (1)
Change History (5)
by , 16 years ago
comment:1 by , 14 years ago
Component: | CCD-CCR → WorldVistA EHR |
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Owner: | changed from | to
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in WV 3/09. See below:
;Begin WorldVistA change; 07/20/2009
PSEU ;I $D(DPTIDS(.03)),$D(DPTX) S NAM=DPTX,DOB=DPTIDS(.03)
I $D(AUPIDS(.03)),$D(AUPX) S NAM=AUPX,DOB=AUPIDS(.03)
;End WorldVistA change
comment:4 by , 13 years ago
FYI: Here it is in action to prove it's fixed:
Select OPTION NAME: DG ADMIT PATIENT Admit a Patient
Admit a Patient
Admit PATIENT: TEST,ONE
ARE YOU ADDING 'TEST,ONE' AS A NEW PATIENT (THE 6TH)? No Y (Yes)
Enter complete middle name if known or press <return> to add as entered: :
PATIENT SEX: M MALE
PATIENT DATE OF BIRTH: 11/11/88 (NOV 11, 1988)
PATIENT SOCIAL SECURITY NUMBER:
...searching for potential duplicates..
No potential duplicates have been identified.
...adding new patient
Please enter the following additional information:
PATIENT SERVICE CONNECTED?:
Modification identical to IHS.