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
Just set up Fasten and playing around with it with real data.
It appears the non-numeric results just show as
"Result: " (just blank)
If I go into the observation and then debug, it does show results such as:
"valueString": "NONREACTIVE" or "valueString": "NEGATIVE" or "valueString": "NOT DETECTED"
The text was updated successfully, but these errors were encountered:
AnalogJ
changed the title
Results with strings display as blank
Observations with string/boolean Values display as blank in Charts and fhir-card
Dec 13, 2023
They're all kind of related to the fact that Fasten only handles numerical values for lab results at the moment, because I display everything on a graph. Anything that's not a number is ignored by chartjs I think.
A simple workaround for now might just be to display a table of values if any of the lab results is a string.
Just set up Fasten and playing around with it with real data.
It appears the non-numeric results just show as
"Result: " (just blank)
If I go into the observation and then debug, it does show results such as:
"valueString": "NONREACTIVE" or "valueString": "NEGATIVE" or "valueString": "NOT DETECTED"
The text was updated successfully, but these errors were encountered: