What Is the Suki Form Filling SDK?
What Is the Suki Form Filling SDK?
A JavaScript and React library that lets clinicians fill medical forms using their voice. After processing, your app receives structured JSON through callbacks and webhooks. See the glossary entry for a short definition.Refer to the Introduction.
What Is the Difference Between the Form Filling SDK and the Form Filling API?
What Is the Difference Between the Form Filling SDK and the Form Filling API?
Form filling SDK: Embed Form filling in the browser. Suki hosts the UI and returns structured data through
onSubmit and your webhook.Form filling API: Call Suki REST and WebSocket APIs from your own code without the hosted SDK. Refer to Form filling API.Which Npm Packages Should I Install?
Which Npm Packages Should I Install?
Install the Form filling SDK with
@suki-sdk/core:- JavaScript:
@suki-sdk/form-filling+@suki-sdk/core - React:
@suki-sdk/form-filling-react+@suki-sdk/core
How Does Form Filling SDK Differ from Dictation SDK?
How Does Form Filling SDK Differ from Dictation SDK?
Dictation SDK returns free-text transcripts.Form filling SDK returns structured medical form JSON for Suki-managed templates. You must pass
form_template_ids.Refer to Dictation SDK Overview.Does the Form Filling SDK Run on the Server?
Does the Form Filling SDK Run on the Server?
No. Use it in a browser with a sized container and microphone access. Refer to Prerequisites.