Giter Site home page Giter Site logo

openmrs-module-m2sys-biometrics's Introduction

iSantePlus m2Sys Biometrics Module

CI

Publish package to GitHub Packages

This an implementation of the Biometrics interfaces from the registration core module that use the m2sys Biometrics server. The module uses the CloudScanner API by m2sys in order to communicate with the server and invoke the fingerprint reader.

Requirements

To set up this module, so it works properly there are three things needed:

  • BioPlugin server 8
  • Cloudscanner
  • M2Sys fingerprint reader

This module is using REST to communicate with CloudScanner API and send requests.

Building the module

In order to build the module you must use mvn command. Example below:

mvn clean install

Note: in the api/src/main/resource/wsdl directory you can find the BioPlugin Web Service WSDL file. Currently the module uses the V8 version of the service.

Worklflow

  1. M2Sys module for iSantePlus sends requests to CloudScanner Standalone Api using REST
  2. CloudScanner Standalone Api uses RabbitMQ to communicate with CloudScanner Client
  3. CloudScanner Client gets fingerprints from fingerprint reader
  4. CloudScanner Client sends the fingerprint data back to this module
  5. This module sends a SOAP request to the local BioPlugin server
  6. This module sends a REST request to the national CloudABIS server
  7. This module gets the response from both the local BioPlugin server and the national CloudABIS server interprets it.
  8. If the fingerprint(s) are missing in either of the servers, this module registers them
  9. If a patient already exists with a biometric identifier matching the processed Id, this module prompts the use to laod that patient

Configuration variables

Template if no scanner exists

If no fingerprint scanner exists, simulations may be performed using a pre-loaded fingerprint template to be stored as a global property: m2sys-biometrics.server.constTestTemplate - String representation of the fingerprint template

Local variables

m2sys-biometrics.accessPointID - The m2sys server AccessPointID
m2sys-biometrics.accessPointMap - A map of IP addresses to Access Point IDs. Has format of IP1:AccessPointID1;IP2:AccessPointID2;... For example 127.0.0.1:APID1;8.8.8.8:APID2... The IPs must match the IPs of the clients calling the server.
m2sys-biometrics.captureTimeout - The m2sys server CaptureTimeout
m2sys-biometrics.customKey - The m2sys server CustomKey
m2sys-biometrics.locationID - The m2sys server location ID
m2sys-biometrics.server.password - The m2sys server password
m2sys-biometrics.server.url - The m2sys server url
m2sys-biometrics.device.name - The m2sys fingerprint scanning device name
m2sys-biometrics.server.user - The m2sys server username
m2sys-biometrics.local-service.url - The URL to the SOAP service of the local (local to the clinic) M2Sys BioPlugin Server.

National variables

m2sys-biometrics.cloudabis.app.key - The cloud client app key
m2sys-biometrics.cloudabis.secret.key - The cloud client secret key
m2sys-biometrics.cloudabis.grant.type - The cloud client grant type
m2sys-biometrics.cloudabis.api.url - The The URL to the REST service national fingerprint server
m2sys-biometrics.cloudabis.customer.key - The cloud client customer key
m2sys-biometrics.cloudabis.engine.name - The cloud client engine name
m2sys-biometrics.cloudabis.template.format - The cloud client template format used

openmrs-module-m2sys-biometrics's People

Contributors

pgesek avatar pawelcieszko avatar pmanko avatar areklalo avatar stansl avatar dserkowski avatar pkornowski avatar wojtekbu avatar jeandaboul avatar dependabot[bot] avatar craigappl avatar mkruszynski avatar mozzy11 avatar oskarhinc avatar jamesfeshner avatar tomaszpiernicki avatar

Watchers

James Cloos avatar

Forkers

joelss-tech

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.