-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
HINT: No function matches the given name and argument types. You might need to add explicit type casts. #148
Comments
Take a look at .travis.yml for working config ;) |
And walk through some tests |
It does not ans my question . I followed the official doc , what am i missing that are not in the doc ? |
https://hub.docker.com/r/dryfhir/fhirbase-postgres-plv8/ here it works better then the official ... and follows the official doc for API |
Nice, could you send PR with fixes ;) |
fhirbase was rewritten using plv8 and some docs and examples are outdated |
@sh0umik: I am in the same situation, do you have any idea of what's happening? |
hey guys we can do hangout and discuss your problems
…On Mon, 21 May 2018 at 21:12, Marouane Gazanayi ***@***.***> wrote:
@sh0umik <https://github.com/sh0umik>: I am in the same situation, do you
have any idea of what's happening?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB9QludQJtR3jGEkvIL1wpLCJ7UbfXlks5t0wOKgaJpZM4Jse1E>
.
|
Hey @niquola, yes that could be really cool |
let’s schedule it on next week, i’m at +3 tz
…On Thu, 24 May 2018 at 11:22, Marouane Gazanayi ***@***.***> wrote:
Hey @niquola <https://github.com/niquola>, yes that could be really cool
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB9Qha6nuhOgrcwLA_iyiyq0BJgCxbHks5t1m3WgaJpZM4Jse1E>
.
|
What about choosing a date? https://calendly.com/marouane-gazanayi/60min |
and what was the solution? |
So many Issues .. We are building a healthcare application . I believe a huge one .. Recently I have searched and Found about Fhirbase when our team was about to redesign our structure of database based on FHIR Guideline . I have tried to use Fhirbase but failed each time in this stage ..
We are using Docker for Our Microservices so pulled a Fhirbase docker image and connected to it now when i tried to run queries then i get this error ..
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
I have tried installing without docker but the same problem ..
i Have also set
SET plv8.start_proc = 'plv8_init';
before calling the functions and the documentation is quite confusing about the functions to call, is itfhir.create
orfhir_create_resource
?This video show different functions then API doc..
What am I missing here ..
The text was updated successfully, but these errors were encountered: