Stream: ihe
Topic: Generic search parameters in MHD
Simone Heckmann (Oct 06 2021 at 13:58):
Does MHD specify how to handle generic search parameters?
image.png
I couldn't find any information in ITI-67, whether a DocumentResponder should implement e.g. _sort
or _count
.
But I feel like this might be described somewhere else as it potentially applies to many different transactions...
Oliver Egger (Oct 06 2021 at 14:56):
MHD does not specifically say something about generic search parameters except referring to it. There is also appendix z which can be referenced from other profiles, but does also not add any additional requirements.
Simone Heckmann (Oct 06 2021 at 15:27):
Thanks, so I guess all of them are considered "optional" in context of MHD.
John Moehrke (Oct 11 2021 at 12:59):
correct. We have no use-case that drives these search parameters, so they are simply in the IG. They can be implemented, they are not forbidden, but a client should not expect a server to have implemented them. A server should add them to the server capabilityStatement so that a client could determine.
Last updated: Apr 12 2022 at 19:14 UTC