Stream: implementers
Topic: FhirClient URLs
Angelo Miguel Ferreira (Mar 15 2022 at 16:17):
Hi there! Happy to be part of the community! :)
Sending a quick one, maybe I'm lucky enough and someone has passed through this recently and could help.
I am trying to know what is the actual URL query that is constructed behind the method "client.SearchAsync<Patient>(searchParams)"
Being client an instance of FhirClient
Any thoughts?
Michele Mottini (Mar 15 2022 at 16:22):
[base]/Patient?[searchParams]
Angelo Miguel Ferreira (Mar 15 2022 at 16:51):
Thank you Michele for your answer. I was trying to find a way of getting that dynamically, otherwise, details can be missed with that 'hardcoded' approach. It's easier to debug if you actually see what's the result of getting searchParams turn into plain text on the URL.
Vadim Peretokin (Mar 16 2022 at 08:45):
Try asking in #dotnet about this.
Angelo Miguel Ferreira (Mar 16 2022 at 08:52):
Hi there Vadim! TYVM for your suggestion! Have a great day!
Last updated: Apr 12 2022 at 19:14 UTC