fhirbase / fhirbase-plv8

[DEPRECATED] Fhirbase 2.0 is an FHIR relational storage
https://health-samurai.io/fhirbase
Other
105 stars 39 forks source link

HINT: No function matches the given name and argument types. You might need to add explicit type casts. #148

Open sh0umik opened 8 years ago

sh0umik commented 8 years ago

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 it fhir.create or fhir_create_resource ? This video show different functions then API doc..

What am I missing here ..

niquola commented 8 years ago

Take a look at .travis.yml for working config ;)

niquola commented 8 years ago

And walk through some tests

sh0umik commented 8 years ago

It does not ans my question . I followed the official doc , what am i missing that are not in the doc ?

sh0umik commented 8 years ago

https://hub.docker.com/r/dryfhir/fhirbase-postgres-plv8/

here it works better then the official ... and follows the official doc for API

niquola commented 8 years ago

Nice, could you send PR with fixes ;)

niquola commented 8 years ago

fhirbase was rewritten using plv8 and some docs and examples are outdated

mgazanayi commented 6 years ago

@sh0umik: I am in the same situation, do you have any idea of what's happening?

niquola commented 6 years ago

hey guys we can do hangout and discuss your problems

On Mon, 21 May 2018 at 21:12, Marouane Gazanayi notifications@github.com 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 https://github.com/fhirbase/fhirbase-plv8/issues/148#issuecomment-390736682, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB9QludQJtR3jGEkvIL1wpLCJ7UbfXlks5t0wOKgaJpZM4Jse1E .

mgazanayi commented 6 years ago

Hey @niquola, yes that could be really cool

niquola commented 6 years ago

let’s schedule it on next week, i’m at +3 tz

On Thu, 24 May 2018 at 11:22, Marouane Gazanayi notifications@github.com 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 https://github.com/fhirbase/fhirbase-plv8/issues/148#issuecomment-391631129, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB9Qha6nuhOgrcwLA_iyiyq0BJgCxbHks5t1m3WgaJpZM4Jse1E .

mgazanayi commented 6 years ago

What about choosing a date? https://calendly.com/marouane-gazanayi/60min

imsrgadich commented 6 years ago

and what was the solution?