Programming Steps



Here are the main steps you will follow when communicating with the Noah Mobile WebAPI from your Noah Mobile app:

  1. Discovery - Find desired Noah installation.

    • WebAPI: Discovery

    • LAN /Cloud access

  2. Authentication- Login and receive token.

    • We provide detailed information on using OAuth 2.0 ‘implicit grant flow’ Authentication with Noah Mobile here.

  3. Request Settings/Properties for Noah Installation

    • WebAPI: NoahServerSettings

  4. Request data (search/get patient) - 

    1. WebAPI: Patient

    2. Select existing patient or create new patient.

    3. Make changes to patient data if needed.

    4. Select existing action or create new action.

    5. Make changes to action data as necessary. 

  5. 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.