Quick Prompt
Authentication
Login and password used to access quippe.medicomp.com. On-premise Quippe deployments can be configured to use whatever authentication and authorization your application is configured for, so basic authentication is used here to access the Quippe sandbox and is not a product requirement.
JSON web token generated by a request to the /Quippe/Security/Token web service endpoint in Quippe.
Query parameters
The MEDCIN id of the finding (diagnosis, symptom, or other term) to prompt from. The returned list contains the terms that the MEDCIN knowledgebase associates with this finding.
The onset date/time of the finding, used together with the patient’s birth date to compute the finding’s age-of-onset for the prompt operation. If omitted and Quippe.QuickPromptHandler.Duration is supplied, onset is derived by subtracting the duration from the encounter time instead.
How long the finding has been present (e.g. “3 days”), expressed as a duration string understood by Quippe.DateUtil.GetDurationInMinutes(). Used to compute Quippe.QuickPromptHandler.Onset when Quippe.QuickPromptHandler.Onset is not explicitly supplied.
Reserved for future use; not currently read by the QuickPrompt handler.
Reserved for future use; not currently read by the QuickPrompt handler.
Controls how many related terms are returned in the prompt list. Values: Small, Medium (default), Large. Small provides the hallmark findings for a given diagnosis or term, while other values will cast a progressively wider net when looking for related terms.
Reserved for future use; not currently read by the QuickPrompt handler.
The clinician role (e.g. physician, nurse) recording the finding. When set to a value other than medNoneEntering, the MEDCIN knowledge base’s active doctor ID is switched to this role before the prompt list is built, which can change which terms are returned.
Comma-separated list of additional term properties to be included with each term in the result list.
Controls how the note builder is instantiated to resolve terms. 1 will always use a Quippe.NoteBuilder object, while other values will instatiate a Quippe.INoteBuilderService instance from the list of registered data services, allowing for customization of the term resolution process.