Page 1 of 1

Intergration openKM with openEMR

PostPosted:Wed Jul 20, 2016 9:30 am
by pratikpatel
Hello

I want to integrate openKM with openEMR system.

I have downloaded sdk files for php from http://wiki.openkm.com/index.php/SDK_for_PHP

But there is no any steps available to integrate with other systems.

Let me know How can I do that ? If there is any document or website then please share it with me.

Re: Intergration openKM with openEMR

PostPosted:Thu Jul 21, 2016 7:13 am
by jllort
Take a look here https://docs.openkm.com/kcenter/ ( the last SDK for PHP version is 1.1.1 https://docs.openkm.com/kcenter/view/sdk4php-1.1.1/ ).

Re: Intergration openKM with openEMR

PostPosted:Thu Jul 21, 2016 11:40 am
by pratikpatel
I already downloaded files but how can I integrate it with openEMR ?

Re: Intergration openKM with openEMR

PostPosted:Fri Jul 22, 2016 8:01 pm
by jllort
First of all, should think on which way - features - you want to get integration openEMR with OpenKM. This is the first step, a feautures description.

Secondly you must take some control on how to extend openEMR features, here we can not helping you. When you understanding how modify openEMR, simply should integrate pieces of source code into openEMR to making action into OpenKM.

Usually in this kind of scenarios there's a master and slave. In this case seem openEMR should be the master, and OpenKM the slave which will be used as a document repository. Is not good idea create information from both sides, you should consider all the information should be created always across openEMR.