Represents the metadata associated with a flow. With Flow, you can create an
application that navigates users through a series of screens to query and update records in the
database. You can also execute logic and provide branching capability based on user input to
build dynamic applications.
FlowActionCall
Health Cloud exposes additional actionType values for the FlowActionCall Metadata type.
| actionType |
InvocableActionType (enumeration of type string) |
Required.
The action type. Additional valid values only for Health
Cloud include:
-
createQuoteForHomeVisits—Create a
quote for patient home visits based on the specified visit details.
-
createReferral—Create a patient
referral record.
-
getResourcesForMnlScheduling—Get
recommended resources that can be used when you manually schedule a start of
care visit or recurring visits.
-
handleResourceAbsence—Remove a
service resource’s visit assignments for a specified period and optionally
update the status of the affected visits to a specified value.
-
processReceivedDocument—Create a
record with the processed results of a received document.
-
scheduleHomeVisitManually—Create
start of care or recurring home healthcare visits and assign care resources that
are manually selected by the scheduler to the visits.
-
scheduleHomeVisit—Schedule a home
visit for the patient to assess the condition before scheduling the recurring
visits for the patient care.
-
scheduleRecurringHomeVisit—Create
a set of recurring home healthcare visits and assign service resources to them
based on the specified scheduling policy.
|