Patient DOB Frontend Info Is Not Same As Backend
(Doc ID 2208340.1)
Last updated on JULY 13, 2023
Applies to:
Oracle Life Sciences Argus Safety Cloud Service - Version 8.0 and laterInformation in this document applies to any platform.
Symptoms
On Case Form >> Patients, Date of Birth field is showing "??-???-YYYY".
However, if run sql, returned value is different from UI, has day and month in addition to year.
select a.case_num,b.pat_dob from case_master a, case_pat_info b where a.case_num='<case#>' and a.case_id=b.case_id;
--->PAT_DOB = 'DD-MON-YYYY'
For example, when UI is showing "??-???-1970", the sql returns PAT_DOB = '15-JUN-70'.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |