senaite.lis2a


Namesenaite.lis2a JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/senaite/senaite.lis2a
SummaryCLIS LIS2-A results import for SENAITE
upload_time2023-01-12 16:43:24
maintainer
docs_urlNone
authorRIDING BYTES & NARALABS
requires_python
licenseGPLv2
keywords senaite lims opensource lis2-a
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            CLIS LIS2-A results import for SENAITE
======================================

.. image:: https://img.shields.io/pypi/v/senaite.lis2a.svg?style=flat-square
    :target: https://pypi.python.org/pypi/senaite.lis2a

.. image:: https://img.shields.io/travis/senaite/senaite.lis2a/master.svg?style=flat-square
    :target: https://travis-ci.org/senaite/senaite.lis2a

.. image:: https://readthedocs.org/projects/pip/badge/
    :target: https://senaitelis2a.readthedocs.org

.. image:: https://img.shields.io/github/issues-pr/senaite/senaite.lis2a.svg?style=flat-square
    :target: https://github.com/senaite/senaite.lis2a/pulls

.. image:: https://img.shields.io/github/issues/senaite/senaite.lis2a.svg?style=flat-square
    :target: https://github.com/senaite/senaite.lis2a/issues

.. image:: https://img.shields.io/badge/Made%20for%20SENAITE-%E2%AC%A1-lightgrey.svg
   :target: https://www.senaite.com


About
-----

This add-on enables the import of data compliant with the industry supported
standard CLSI (`Clinical and Laboratory Standards Institute`_, formerly NCCLS)
`LIS2-A2`_ *"Specification for Transferring Information Between Clinical
Laboratory Instruments and Information Systems"*, a revision of `ASTM E1394-97`_.

`senaite.lis2a`_ makes use of `senaite.jsonapi`_ by registering an `IPushConsumer`
adapter, in charge of the interpretation of LIS2-A2 incoming data.

This package is not for the transmission or data exchange across RS-232 or TCP/IP,
but provides an HTTP route to *push* results data that are compliant with
LIS2-A2. For serial binary data exchange compliant with `LIS1-A`_, please look at
the command line tool `senaite.serial.cli`_.

For high-demand instances, is strongly recommended to use this add-on together
with `senaite.queue`_. senaite.lis2a delegates the import of results to
senaite.queue when installed and active. Otherwise, the import of results takes
place in a single transaction as soon as the data is received.


Documentation
-------------

* https://senaitelis2a.readthedocs.io

Feedback and support
--------------------

* `Community site`_
* `Gitter channel`_
* `Users list`_

License
-------

**SENAITE.LIS2A** Copyright (C) 2020 RIDING BYTES & NARALABS

This program is free software; you can redistribute it and/or modify it under
the terms of the `GNU General Public License version 2`_ as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.


.. Links

.. _SENAITE LIMS: https://www.senaite.com
.. _senaite.lis2a: https://pypi.python.org/pypi/senaite.lis2a
.. _Clinical and Laboratory Standards Institute: https://clsi.org
.. _LIS1-A: https://clsi.org/standards/products/automation-and-informatics/documents/lis01/
.. _LIS2-A2: https://clsi.org/standards/products/automation-and-informatics/documents/lis02/
.. _senaite.jsonapi: https://pypi.python.org/pypi/senaite.jsonapi
.. _senaite.serial.cli: https://pypi.python.org/pypi/senaite.lis2a
.. _senaite.queue: https://pypi.python.org/pypi/senaite.queue
.. _ASTM E1394-97: https://www.astm.org/Standards/E1394.htm
.. _Community site: https://community.senaite.org/
.. _Gitter channel: https://gitter.im/senaite/Lobby
.. _Users list: https://sourceforge.net/projects/senaite/lists/senaite-users
.. _GNU General Public License version 2: https://github.com/senaite/senaite.lis2a/blob/master/LICENSE

Changelog
=========

2.0.0 (unreleased)
------------------

- Compatibility with SENAITE 2.x and senaite.astm


1.0.0 (unreleased)
------------------

First version




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/senaite/senaite.lis2a",
    "name": "senaite.lis2a",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "senaite,lims,opensource,LIS2-A",
    "author": "RIDING BYTES & NARALABS",
    "author_email": "senaite@senaite.com",
    "download_url": "https://files.pythonhosted.org/packages/45/4b/6fb90916815c1dd288ad4ff33d00c99f3406bc709e32a40019fc3c645577/senaite.lis2a-2.0.0.zip",
    "platform": null,
    "description": "CLIS LIS2-A results import for SENAITE\n======================================\n\n.. image:: https://img.shields.io/pypi/v/senaite.lis2a.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/senaite.lis2a\n\n.. image:: https://img.shields.io/travis/senaite/senaite.lis2a/master.svg?style=flat-square\n    :target: https://travis-ci.org/senaite/senaite.lis2a\n\n.. image:: https://readthedocs.org/projects/pip/badge/\n    :target: https://senaitelis2a.readthedocs.org\n\n.. image:: https://img.shields.io/github/issues-pr/senaite/senaite.lis2a.svg?style=flat-square\n    :target: https://github.com/senaite/senaite.lis2a/pulls\n\n.. image:: https://img.shields.io/github/issues/senaite/senaite.lis2a.svg?style=flat-square\n    :target: https://github.com/senaite/senaite.lis2a/issues\n\n.. image:: https://img.shields.io/badge/Made%20for%20SENAITE-%E2%AC%A1-lightgrey.svg\n   :target: https://www.senaite.com\n\n\nAbout\n-----\n\nThis add-on enables the import of data compliant with the industry supported\nstandard CLSI (`Clinical and Laboratory Standards Institute`_, formerly NCCLS)\n`LIS2-A2`_ *\"Specification for Transferring Information Between Clinical\nLaboratory Instruments and Information Systems\"*, a revision of `ASTM E1394-97`_.\n\n`senaite.lis2a`_ makes use of `senaite.jsonapi`_ by registering an `IPushConsumer`\nadapter, in charge of the interpretation of LIS2-A2 incoming data.\n\nThis package is not for the transmission or data exchange across RS-232 or TCP/IP,\nbut provides an HTTP route to *push* results data that are compliant with\nLIS2-A2. For serial binary data exchange compliant with `LIS1-A`_, please look at\nthe command line tool `senaite.serial.cli`_.\n\nFor high-demand instances, is strongly recommended to use this add-on together\nwith `senaite.queue`_. senaite.lis2a delegates the import of results to\nsenaite.queue when installed and active. Otherwise, the import of results takes\nplace in a single transaction as soon as the data is received.\n\n\nDocumentation\n-------------\n\n* https://senaitelis2a.readthedocs.io\n\nFeedback and support\n--------------------\n\n* `Community site`_\n* `Gitter channel`_\n* `Users list`_\n\nLicense\n-------\n\n**SENAITE.LIS2A** Copyright (C) 2020 RIDING BYTES & NARALABS\n\nThis program is free software; you can redistribute it and/or modify it under\nthe terms of the `GNU General Public License version 2`_ as published by the\nFree Software Foundation.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\n\n.. Links\n\n.. _SENAITE LIMS: https://www.senaite.com\n.. _senaite.lis2a: https://pypi.python.org/pypi/senaite.lis2a\n.. _Clinical and Laboratory Standards Institute: https://clsi.org\n.. _LIS1-A: https://clsi.org/standards/products/automation-and-informatics/documents/lis01/\n.. _LIS2-A2: https://clsi.org/standards/products/automation-and-informatics/documents/lis02/\n.. _senaite.jsonapi: https://pypi.python.org/pypi/senaite.jsonapi\n.. _senaite.serial.cli: https://pypi.python.org/pypi/senaite.lis2a\n.. _senaite.queue: https://pypi.python.org/pypi/senaite.queue\n.. _ASTM E1394-97: https://www.astm.org/Standards/E1394.htm\n.. _Community site: https://community.senaite.org/\n.. _Gitter channel: https://gitter.im/senaite/Lobby\n.. _Users list: https://sourceforge.net/projects/senaite/lists/senaite-users\n.. _GNU General Public License version 2: https://github.com/senaite/senaite.lis2a/blob/master/LICENSE\n\nChangelog\n=========\n\n2.0.0 (unreleased)\n------------------\n\n- Compatibility with SENAITE 2.x and senaite.astm\n\n\n1.0.0 (unreleased)\n------------------\n\nFirst version\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv2",
    "summary": "CLIS LIS2-A results import for SENAITE",
    "version": "2.0.0",
    "split_keywords": [
        "senaite",
        "lims",
        "opensource",
        "lis2-a"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "454b6fb90916815c1dd288ad4ff33d00c99f3406bc709e32a40019fc3c645577",
                "md5": "78c78a5ee9c28c67fbeb5018770b875f",
                "sha256": "be8bca26cbdc77be047e2a3ae857f9ade4ab30d525db74b7730a722ed779ebf5"
            },
            "downloads": -1,
            "filename": "senaite.lis2a-2.0.0.zip",
            "has_sig": false,
            "md5_digest": "78c78a5ee9c28c67fbeb5018770b875f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 57579,
            "upload_time": "2023-01-12T16:43:24",
            "upload_time_iso_8601": "2023-01-12T16:43:24.773196Z",
            "url": "https://files.pythonhosted.org/packages/45/4b/6fb90916815c1dd288ad4ff33d00c99f3406bc709e32a40019fc3c645577/senaite.lis2a-2.0.0.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-12 16:43:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "senaite",
    "github_project": "senaite.lis2a",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "senaite.lis2a"
}
        
Elapsed time: 0.02719s