Skip to content
This repository was archived by the owner on Aug 27, 2020. It is now read-only.

ProjectEKA/user-onboarding-service

Repository files navigation

:CM: User Onboarding Service

This service is an add-on to the CM to onboard patients/users who can not self service to get registered or linked

๐Ÿ’ช Motivation

The customer may designate an HIU as the recipient of the Health Information when requesting consent artifact creation to consent manager. The HIU needs to maintain the customerโ€™s health information provided to it securely in compliance with terms of the consent granted by the Customer.

Build Status

๐Ÿ‘ Code Style

JAVA Naming Conventions

๐ŸŽ‰ Language/Frameworks

๐Ÿ Requirements

๐Ÿณ Running From The Docker Image

Create docker image

docker build -t uos .

To run the image

docker run -d -p 9060:8080 uos

๐Ÿš€ Running From Source

To run

./gradlew bootRun

or if you want to run in dev environment setup

./gradlew bootRun --args='--spring.profiles.active=dev'

Running The Tests

To run the tests

./gradlew test

Features

  1. APIs for registration and linking of users/patients to hospitals

API Contract

Once ran the application, navigate to

{HOST}/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published