Hi,
I am using DTS Programming Tutorial to get the concepts based on word search.
The requirement of mine is to find concepts which are under Namespace: SNOMED CT and under Concept: Clinical finding (finding) only.
I am using DTSConcept[] cons = searchQry.findConceptsWithNameMatching(searchStr, searchOptsToUse);
to find DTSConcept under a namespace SNOMED CT but unable to restrict search inside Clinical finding (finding).
Please help me i got stucked.
Log in to post a comment.
Hi,
I am using DTS Programming Tutorial to get the concepts based on word search.
The requirement of mine is to find concepts which are under
Namespace: SNOMED CT and under
Concept: Clinical finding (finding) only.
I am using
DTSConcept[] cons = searchQry.findConceptsWithNameMatching(searchStr, searchOptsToUse);
to find DTSConcept under a namespace SNOMED CT but unable to restrict search inside Clinical finding (finding).
Please help me i got stucked.