Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently when the Ontology cell queries the TABLE_ACCESS table there is no way to include or exclude hidden records. When multi-fact table is setup, queries against TABLE_ACCESS have taken an extended amount of time and will often time out.
The option is to add the includeHiddens attribute to all service calls (queries) made to the TABLE_ACCESS table. The boolean value would be:
true = hiddens will be included
false = hiddens will not be included in the search
By default hiddens will not be included in searches ( default="false" ) by the client.
However, the CRC will default hiddens = true on its internal ONT lookups. This is because hidden terms can be queryable.
This primarily applies to operation getCodeInfo
The option is to add the includeHiddens attribute to all service calls (queries) made to the TABLE_ACCESS table. The boolean value would be:
true = hiddens will be included
false = hiddens will not be included in the search
By default hiddens will not be included in searches ( default="false" ) by the client.
However, the CRC will default hiddens = true on its internal ONT lookups. This is because hidden terms can be queryable.
This primarily applies to operation getCodeInfo
Change an existing category in table_access to hidden. (e.g.ICD10 Diagnoses)
Do a Find by code search for a Diagnoses. I02 Coding system = ICD10
(Rheumatic chorea) Code should not be found.
Open options and check off "Show hidden Terms"
Search again. Term should be found.