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
Because the search parameters are received as a dictionary, it is impossible to construct a search query where the same parameter is used twice, because a dictionary requires unique keys. This makes it impossible to construct a search URL for results between two values, which is actually a pretty normal use case, e.g. when searching for results between two dates:
Because the search parameters are received as a dictionary, it is impossible to construct a search query where the same parameter is used twice, because a dictionary requires unique keys. This makes it impossible to construct a search URL for results between two values, which is actually a pretty normal use case, e.g. when searching for results between two dates:
http://fhirtest.uhn.ca/baseDstu3/MedicationDispense?whenprepared=gt2018-05-21T00%3A00%3A00-05%3A00&whenprepared=lt2018-05-24T23%3A59%3A59-05%3A00
Is there an undocumented trick for this, or is this not possible at the moment?
The text was updated successfully, but these errors were encountered: