Search



Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The termsInLanguages procedure displays the terms associated with a list of selected concepts in one or more specified languages or dialects. The concepts to be selected are specified by a comma-separated list of conceptIds and the languages in which they are to be displayed are specified by a comma-separated list of language codes.




Caption label
CapIdexample-use-of-termsinlanguages-procedure
CapTypeExample
Example Use of termsInLanguages Procedure



SQL Call to Procedure
call snap_termsInLanguages(p_conceptids,p_langCodes);
ParameterDescriptionData typeExamples
p_conceptids
A string containing a comma separated list of concept identifiers.text
'80146002,49438003'
p_langCodes

A string containing a comma separated list of language codes.

Note

Only languages and dialects in the release files can be selected. With the International Release can be tested with p_langCode set to 'en-GB,en-US'.
If other description files with terms in other languages are imported along with the relevant language refsets then these languages will also be accessible.


text
'en-GB,en-US'
SQL
Example Procedure Call
Example


Code Block
languagesql
themeConfluence
call snap_ShowLanguages('80146002,49438003','en-GB,en-US');


Result


conceptIdtype_and_langterm
80146002FSN en-GB

Excision of appendix (procedure)

80146002Preferred en-GBAppendicectomy
80146002Synonyms en-GB

Excision of appendix

80146002FSN en-US

Excision of appendix (procedure)

80146002Preferred en-USAppendectomy
80146002Synonyms en-US

Excision of appendix

49438003FSN en-GB

Appendectomy with drainage (procedure)

49438003Preferred en-GB

Appendicectomy with drainage

49438003Synonyms en-GB

Appendicectomy and drainage

49438003FSN en-US

Appendectomy with drainage (procedure)

49438003Preferred en-US

Appendectomy with drainage

49438003Synonyms en-US

Appendectomy and drainage