ApplicationWorkflow

Entries

Link copied to clipboard

A workflow for starting a register. This workflow prompts the app to load a list of clients filtered as configured.

Link copied to clipboard

A workflow for starting a profile. This workflow prompts the app to load data for a patient as configured.

Link copied to clipboard

A workflow for navigating to in-app reports

Link copied to clipboard

A workflow for navigating to user's settings screen

Link copied to clipboard

A workflow to trigger device to device sync

Link copied to clipboard

A workflow that opens a new questionnaire form or an existing questionnaire for editing

Link copied to clipboard

A workflow for navigating to maps

Link copied to clipboard

A workflow for changing a managing entity

Link copied to clipboard

A workflow that launches the dialer with the phone number ready to place a call

Link copied to clipboard

A workflow that launches user insight screen

Link copied to clipboard

A workflow that copies text to keyboard

Link copied to clipboard

A workflow that launches location selector widget *

Link copied to clipboard

A workflow to launch pdf generation

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun <T : Enum<T>> Enum<T>.isIn(vararg values: Enum<T>): Boolean
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.