You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And choosing the proper format DDMMMYY in the Protected Health Information Step:
I would expect to see the dates in their original format. However, the following Review Step screen shows:
Which is confusing, because it makes me think that I misselected the date format in the previous step.
The problem is that the xlsxManager.js module is parsing those fields as Dates and formatting them its way. A possible solution would be forcing the manager to read those fields as plain text.
It's just an UI problem though. Dates are being sent with its original format to the server
The text was updated successfully, but these errors were encountered:
When uploading the following Lab Record Import CSV file:
And choosing the proper format
DDMMMYY
in theProtected Health Information Step
:I would expect to see the dates in their original format. However, the following
Review Step
screen shows:Which is confusing, because it makes me think that I misselected the date format in the previous step.
The problem is that the
xlsxManager.js
module is parsing those fields asDates
and formatting them its way. A possible solution would be forcing the manager to read those fields as plain text.It's just an UI problem though. Dates are being sent with its original format to the server
The text was updated successfully, but these errors were encountered: