FHIR Chat · datetime comparator · hapi

Stream: hapi

Topic: datetime comparator


view this post on Zulip Yun Jing (Apr 20 2016 at 20:51):

HAPI 1.2 compares datetime using QuantityCompararatorEnum which includes <, <=, >= and >. Does HAPI currently support the comparators eq, ne, lt, gt and ge described in the spec http://hl7.org/fhir/2015Sep/search.html#date?

view this post on Zulip James Agnew (Apr 21 2016 at 13:32):

The new comparators are supported in HAPI 1.5, which I'm about to announce has been released :) There is a new ParamPrefixEnum which covers all of them and will replace QuantityCompararatorEnum (both are supported for now, but QuantityCompararatorEnum is deprecated)


Last updated: Apr 12 2022 at 19:14 UTC