Skip to main content

A Django app to communicate with Swedish Labportalen.

Project description

[![Python 3.8](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/) ![Django](https://img.shields.io/badge/Django-3.2.8-blue)

django-labportalen is a Django app to communicate with swedish Labportalen service. Suitable with eRemiss version 3.1.0.

Features

  • Create remiss for a patient against a case.

  • Fetch analyses reports from SFTP server.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “labportalen” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'labportalen',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('labportalen/', include('labportalen.urls')),
  3. Run python manage.py migrate to create the labportalen models.

  4. Start the development server and visit http://127.0.0.1:8000/labportalen/api/ to see available labportalen end-points.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-labportalen-0.0.7.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

django_labportalen-0.0.7-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page