Skip to content

Commit

Permalink
minor documentation updates in contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
sectra-masve committed Jan 9, 2025
1 parent fb0004c commit 3242e18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions contrib/python_modules/sectra_dpat_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ This python package aims to facilite the development of AI applications integrat

Please note that for now, not every feature is implemented but the package can easily be enriched:

* some endpoints are missing (e.g., slide downloading)
* Some endpoints are missing (e.g., slide downloading)
* QIDO client is pretty basic

### What it implements

* A client for the DPAT AI API (`DPATAIClient`)
* A client for the DPAT QIDO API (`DPATQidoClient`)
* A client for the DPAT IA-API ("AI") API (`DPATAIClient`)
* A client for the DICOMWEB QIDO API (`DPATQidoClient`)
* A set of pydantic models to encapsulate and validate data sent and received from DPAT


Expand Down Expand Up @@ -171,4 +171,4 @@ One can lint the code using the following command:

* HL7 API client
* More detailed data validation (e.g., min and max lengths of arrays)
* Missing DPAT endpoints
* Missing DPAT endpoints
2 changes: 1 addition & 1 deletion contrib/python_modules/sectra_dpat_client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _load_requirements(req_file: str):
setup(
name="sectra_dpat_client",
version=__version__,
author="Primaa",
author="Primaa, Sectra",
description="Client for Sectra DPAT server",
install_requires=_load_requirements("requirements.txt"),
extras_require={"dev": _load_requirements("extra_requirements.txt")},
Expand Down

0 comments on commit 3242e18

Please sign in to comment.