Search
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
Maximum number of results to return when paging is not used. Defaults to -1 (no limit). Superseded by PageSize; for paged access use StartIndex and PageSize instead.
For paged results, the zero-based index of the first item to return. Defaults to 0. Only takes effect when PageSize is greater than 0.
For paged results, the number of items per page. Defaults to -1 (paging disabled). When greater than 0, the response adds StartIndex, PageSize, Page, and Pages attributes.
When true (default), includes related images from the MEDCIN Knowledge Base and Content Library. Automatically disabled when TermRoots restricts the search to a subtree, and by term-type commands. To also include images built into the MEDCIN engine, set UseMedcinServerImages.
Comma-separated list of tag sets to evaluate and attach to matching terms (for example HCC or other quality tags). Returned per item in the Tags attribute, alongside built-in tags such as udf (custom/user-defined), ret (retired), and rn (nurse role). Defaults to none.
Enables fuzzy matching (default true), so approximate spellings and minor misspellings in Query still match terms.
Patient sex used to filter out sex-specific terms: M or F. For example, an F patient excludes male-only findings. Leave blank (default) to disable sex filtering. Ignored for family-history queries. May be supplied directly or resolved from PatientId.
Patient age in minutes, used to filter age-specific terms and content. Defaults to 0 (no age filtering). MEDCIN expresses age in minutes for neonatal/pediatric precision; for example 1 year is about 525,960 minutes. May be supplied directly or resolved from PatientId.
Patient identifier used to look up age and sex from the configured patient data provider, as an alternative to passing PatientAge and PatientSex directly. Requires an IPatientDataService. Defaults to none.
The encounter date/time used to compute patient age when PatientId is supplied (age = encounter time − birth date). Defaults to the current time when a patient is resolved. Has no effect when age and sex are passed directly.
When true, adds the computed relevance Score to each result. Higher scores indicate a closer match (exact matches rank highest, then prefix matches, then partial-word matches). Defaults to false.
When true (default), each result includes a Highlight attribute: a list of [start, length] character ranges marking where the query matched the term text, for highlighting in a UI.
One or more MEDCIN ids to use as search roots. A value ≥ 0 limits results to descendants of that term; -1 (default) means no restriction; 0 limits results to MEDCIN terms only. When multiple roots are supplied, all must be greater than zero. Supplying a root also disables image and content-library results.
When a positive TermRoots value is set, limits how many levels below the root are searched. Defaults to -1 (no depth limit).
When true, also searches images built into the MEDCIN engine, in addition to Knowledge Base and Content Library images. Defaults to false; only effective when IncludeImages is true.