We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way that I can inspect the underlying details of the HTTP request when I do something like this?
FHIR::Patient.read('example')
I'd like to handle this information in my application code, not just see it in the logs.
The text was updated successfully, but these errors were encountered:
Have you tried something like FHIR.logger = Rails.logger ?
FHIR.logger = Rails.logger
Sorry, something went wrong.
I haven't, but I'll try it out and report back . Thank you.
No branches or pull requests
Is there a way that I can inspect the underlying details of the HTTP request when I do something like this?
I'd like to handle this information in my application code, not just see it in the logs.
The text was updated successfully, but these errors were encountered: