Mercurial > hg > orthanc-book
changeset 139:fded2e8d1d49
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 24 Apr 2018 20:40:26 +0200 |
parents | f3127d33cf5e |
children | ec849c2ee427 |
files | Sphinx/source/users/rest.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst Tue Apr 24 20:37:09 2018 +0200 +++ b/Sphinx/source/users/rest.rst Tue Apr 24 20:40:26 2018 +0200 @@ -464,12 +464,12 @@ search. For example if you were searching for a name beginning with `Jones` you can do:: - "PatientName":"Jones*". + "PatientName":"Jones*" If you wanted to search for a name with the words `Jo` anywhere within it you can do:: - "PatientName":"*Jo*". + "PatientName":"*Jo*" To perform date searches you can specify within StudyDate a starting date and/or a before date. For example ``"StudyDate":"20180323-"``