AcceptTask
Accepts the general task within the pathway.
JavaScript library method
patientportal.pathways.getPathway({
pathway: <pathway>,
task: <task>
});
HTTP Method
Verb | URL |
---|---|
GET | /patientportalapi/pathways/accept-task |
URL Parameters
Parameter | Type | Description |
---|---|---|
pathway | string | Pathway key |
task | string | Task key |