comparison Sphinx/source/users/rest.rst @ 139:fded2e8d1d49

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Apr 2018 20:40:26 +0200
parents f3127d33cf5e
children 498c9e42c99d
comparison
equal deleted inserted replaced
138:f3127d33cf5e 139:fded2e8d1d49
462 462
463 You can use patient identifiers by including the `*` within your 463 You can use patient identifiers by including the `*` within your
464 search. For example if you were searching for a name beginning with 464 search. For example if you were searching for a name beginning with
465 `Jones` you can do:: 465 `Jones` you can do::
466 466
467 "PatientName":"Jones*". 467 "PatientName":"Jones*"
468 468
469 If you wanted to search for a name with the words `Jo` anywhere within 469 If you wanted to search for a name with the words `Jo` anywhere within
470 it you can do:: 470 it you can do::
471 471
472 "PatientName":"*Jo*". 472 "PatientName":"*Jo*"
473 473
474 To perform date searches you can specify within StudyDate a starting 474 To perform date searches you can specify within StudyDate a starting
475 date and/or a before date. For example ``"StudyDate":"20180323-"`` 475 date and/or a before date. For example ``"StudyDate":"20180323-"``
476 would search for all study dates after the specified date to 476 would search for all study dates after the specified date to
477 now. Doing ``"StudyDate":"20180323-20180325"`` would search for all 477 now. Doing ``"StudyDate":"20180323-20180325"`` would search for all