Resolve Terms
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 findings to resolve, identified by their numeric MEDCIN IDs. Each ID becomes one Item in the resolved List, in the order given.
Optional MEDCIN prefix qualifier applied to every ID in MedcinIds — the prefix positions the findings in context, such as a family-history or “history of” framing. This single prefix applies uniformly to the whole list; it cannot be set per finding.
Optional identifier written to the resolved List’s id property, letting a caller correlate this resolved list with the list it was requested for.
Optional display text written to the resolved List’s Text property (for example a heading such as “Search Results” or “Favorites”).
The kind of list being resolved, written to the resolved List’s ListType property (for example Prompt, the default, for a clinical prompt list). Consumers use this to decide how to render or group the resolved list.
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.