Programming Steps
Here are the main steps you will follow when communicating with the Noah Mobile WebAPI from your Noah Mobile app:
Discovery - Find desired Noah installation.
WebAPI: Discovery
LAN /Cloud access
Authentication- Login and receive token.
We provide detailed information on using OAuth 2.0 ‘implicit grant flow’ Authentication with Noah Mobile here.
Request Settings/Properties for Noah Installation
WebAPI: NoahServerSettings
Request data (search/get patient) -
WebAPI: Patient
Select existing patient or create new patient.
Make changes to patient data if needed.
Select existing action or create new action.
Make changes to action data as necessary.
Log off user (mandatory)
With an interface component such as a Button or automatically, a set period of time after the last detected data exchange.
You perform a Log off by deleting the access token permanently.