isSubCategoryOfCodeName

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

parentCodeName: parent code name string

childCodeName: child code name string

true or false <op func="isSubCategoryOfCodeName"> <var>LINK_CSCHEME</var> or any expression that evaluates to classification scheme <const type="string">parentCodeName</const> <const type="string">childCodeName</const> </op>