ncbi / DbGaP-FHIR-API-Docs

The documentation repository for the dbGaP FHIR API.
Other
8 stars 3 forks source link

Observation value-quantity sorts integer values separately from non-integer values #11

Open ianfore opened 11 months ago

ianfore commented 11 months ago

When sorting Observation by value-quantity it sorts integer values separately from non-integer values. So, "1.5, 1, 2.5, 2, 3.5" could be ordered as "1, 2, 1.5, 2.5, 3.5" or "1.5, 2.5, 3.5, 1, 2".