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
Describe the bug
While exploring the features I came across this bug. Like when we export the Samples Data into excel sheet, everything seems fine, but some of the Patient's Age are not calculated in properly and hence parsed in with some random date in the excel cells.
To Reproduce
Steps to reproduce the behavior:
Go to 'Sample Management System'
Click on 'Export Button'
Open the XLS sheet
Have a look on the Patient's Age column.
Some Ages are not parsed properly.
Expected behavior
The Patient Ages should be properly populated accordingly.
Screenshots
Desktop (please complete the following information):
OS: Linux
Browser: Chrome, Edge
Proposed Solution
For some records (could be some XLS parsing issue) the Patient's Age is interpreted as Date but not as the string.
We need to handle them manually such that if they are not parsed as Date but as strings.
Describe the bug
While exploring the features I came across this bug. Like when we export the Samples Data into excel sheet, everything seems fine, but some of the
Patient's Age
are not calculated in properly and hence parsed in with some random date in the excel cells.To Reproduce
Steps to reproduce the behavior:
Patient's Age
column.Expected behavior
The Patient Ages should be properly populated accordingly.
Screenshots
Desktop (please complete the following information):
Proposed Solution
Date
but not as thestring
.Date
but as strings.care_fe/src/components/Patient/SampleViewAdmin.tsx
Lines 125 to 131 in fc2ac3b
Have a look onto this and lemme know if I can work on fixing this issue. @Jacobjeevan
cc @nihal467 @rithviknishad
The text was updated successfully, but these errors were encountered: