Hi Awanthika
The Rwanda Primary Care module contains a lot of functionality that is Rwanda specific and it also completely overrides the default OpenMRS UI with a touch screen interface, so you probably don't want all of that.
Maybe the PIH registration module (version1.x) will be closer to what you're looking for, I think it shares the Barcode printing code with the Rwanda Primary Care module, so the setup will be the same as explained in the wiki page. Otherwise it's probably better to create your own fork of the module and customise it for your own needs. Remember that both this module and the Rwanda Primary Care module does the printing on the client side.
https://github.com/PIH/openmrs-module-patientregistration/tree/1.x
Regards
Kari Schoonbee
Software Engineer - Jembi Health Systems | SOUTH AFRICA
Mobile:
+27 83 488 3025 | Office:
+27 21 701 0939
E-mail:
ka...@jembi.org
> Date: Thu, 10 Oct 2013 17:08:13 +0530
>
>
> Subject: Re: barcode reader for openmrs
> From:
shange...@gmail.com
> To:
d...@openmrs.org
>
> Saptarshi,
>
>
>
> You have developed SDK for bar -code reader side, if i am not wrong. So how bar-code printer side works?
>
>
>
> Thanks
>
>
>
> On Thu, Oct 10, 2013 at 2:51 PM, Saptarshi Purkayastha <
sun...@gmail.com> wrote:
>
> Hi Shangeetha,
>
> You will have to make some changes to the code that I have in the repository.
> My code was C# and specifically designed to work with a Windows Server because that was our need back then. Since it compiles as a win32 binary and deployed as a startup service, it can't be used on Linux as is.
>
> The DigitalPersona SDK provides C++ and Java bindings as well and can be used on all platforms including Linux. You will have to make some changes to existing code to use it with Ubuntu.
>
> ---
> Regards,
> Saptarshi PURKAYASTHA
>
> Date: Thu, 10 Oct 2013 14:43:48 +0530
>
>
> Subject: Re: barcode reader for openmrs
>
> From:
shange...@gmail.com
> To:
d...@openmrs.org
>
>
>
> Is that DigitalPersona SDK supportive to ubuntu machine because client machines in hospitals in our network are running on ubuntu OS
>
>
>
> On Thu, Oct 10, 2013 at 2:41 PM, Saptarshi Purkayastha <
sun...@gmail.com> wrote:
>
> Yes, you will not need the registration module to use a barcode reader.
>
> The DigitalPersona SDK is Software Development Kit, which comes with required libraries to interface with DigitalPersona's hardware. It also provides required drivers for different OS platforms. You will need to compile against the SDK to create the binaries for fingerprint related OS service etc.
>
> ---
> Regards,
> Saptarshi PURKAYASTHA
>
> Date: Thu, 10 Oct 2013 14:21:41 +0530
> Subject: Re: barcode reader for openmrs
> From:
wnthk...@gmail.com
> To:
d...@openmrs.org
>
>
>
> you mean i dont have to have the registration module to integrate the barcode reader? it will just work fine even without it?
>
> OR
>
> i can put the registration module and have the biometric scanner integrated? what is the digitalpersona is it an SDK? the site says it is a development tool. is it the middle ware which connects the scanner to the system?
>
>
>
> in that case it would be much easier to go with the barcode scanner isn't it?
>
> thanks
>
>
>
> Regards
>
> Awanthika
>
>
>
> On Thu, Oct 10, 2013 at 2:14 PM, Saptarshi Purkayastha <
sun...@gmail.com> wrote:
>
> Barcode readers work similar to keyboards in their input... So you will not need a different module. The search from OpenMRS web application should be good to use with a barcode reader.
>
> With regard to the fingerprint scanner, you can use the registration module with DigitalPersona's fingerprint scanner. The fingerprint-related source files are in C# and can be found here:
http://svn.openmrs.org/openmrs-modules/registration/trunk/fingerprint-apps/
> These need to be compiled against the DigitalPersona SDK and then used. There is no generic SDK for fingerprints (atleast till when I was developing this in 2010) with acceptable performance. Thus, C# and DigitalPersona's SDK was used. Possibly someone with current experience could share their thoughts and experience of fingerprint identification with OpenMRS.
>
> ---
> Regards,
> Saptarshi PURKAYASTHA
>