Skip to content

dosespot_ui_link

Fetch the iframe link to prescribe for a given patient (patient must have valid phone_number, dob, location.line1, location.city, location.state, and location.zip)

Arguments

form_answer_group_id · ID · Optional ID of the form_answer_group to associate with the DoseSpot session

Returns

String

Example

query dosespot_ui_link($patient_id: ID, $form_answer_group_id: ID) {
dosespot_ui_link(
patient_id: $patient_id
form_answer_group_id: $form_answer_group_id
)
}