ChooseOption
Selects an option within the choice task.
JavaScript library method
patientportal.pathways.chooseOption({
pathway: <pathway>,
task: <task>,
index: <index>
});
HTTP Method
| Verb | URL |
|---|---|
| GET | /patientportalapi/pathways/choose-option |
URL Parameters
| Parameter | Type | Description |
|---|---|---|
| pathway | string | Pathway key |
| task | string | Task key |
| index | int | The index of the option. Note that he index starts from 1. |