/
Enable/Disable Patient management through Noah Mobile
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
Related content
Overview of Transparent Noah
Overview of Transparent Noah
More like this
Implementing a Noah Mobile Configuration Dialog
Implementing a Noah Mobile Configuration Dialog
More like this
Supporting Noah 4 Module Disconnect, Patient Switching and Selection
Supporting Noah 4 Module Disconnect, Patient Switching and Selection
More like this
Permissions
Permissions
More like this
Noah 4 Transparancy
Noah 4 Transparancy
More like this
App Connection
App Connection
More like this