This microservice is responsible to retrieve data from an external system that manages a medical instrument.
You need to specify the following environment variable:
AZURE_CLIENT_ID
: ID of an Azure AD applicationAZURE_TENANT_ID
: ID of the application's Azure AD tenantAZURE_CLIENT_SECRET
: the application's client secretsAZURE_DT_ENDPOINT
: the Azure Digital Twins instance endpoint
If you want to run it via docker container:
- Provide a
.env
file with all the environment variable described above - Run the container with the command:
docker run ghcr.io/smartoperatingblock/medical-instrument-integration-microservice:latest
- If you want to try the REST-API from the external you need to provide a port mapping to port 3000.
- If you want to pass an environment file whose name is different from
.env
use the--env-file <name>
parameter.