getClassificationCodeByCode

Description Parameters Returns Example
Retrieves the classification code object using provided parent code object and the code string
  • parentCode: parent classification code object (link type classificationcode).
  • Child classificationCode: child classification code string.
classification code object
<op func="getClassificationCodeByCode"> 			<var>LINK_CCODE</var> or any expression that evaluates to classification code 			<const type="string">code</const> <!-- the code to retrieve --> 		</op>