isSubCategoryOfCode

Description Parameters Returns Example
Checks whether provided classification code is sub-category of mentioned parent code in the given classification scheme. classificationScheme: classification scheme object

parentCode: parent code string

childCode: child code string

true or false <op func="isSubCategoryOfCode"> <var>LINK_CSCHEME</var> or any expression that evaluates to classification scheme <const type="string">parentCode</const> <const type="string">childCode</const> </op>