Enable/Disable Patient management through Noah Mobile



In the first version of Noah Mobile, a Business System can decide if it should be possible for app users to perform Patient Management through the Noah Mobile API. Patient management means that the app can have access to create patients or edit demographic data on the patient


  • public void MobileAppEditPatientsEnable(bool Enable)

    • Enable patient management if Enable is true, else disable (enable is false)

The Noah Mobile compatible app will get the following reply from Noah when asking:

  • public bool MobileAppEditPatientsEnabled()

    • Returns true if patient management is enabled, else false

    • If MobileAppEditPatientsEnabled is false the app should not show GUI that allows for Patient management