Class SemanticTagBuilder
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.util.SemanticTagBuilder
-
public class SemanticTagBuilder extends java.lang.ObjectProvides semantic tag details .
-
-
Constructor Summary
Constructors Constructor Description SemanticTagBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringbuildSemanticTagFromString(java.lang.String fsn)Function to retrieve the Semantic Tag/hierarchy information from the FSN of the concept.
-
-
-
Method Detail
-
buildSemanticTagFromString
public static java.lang.String buildSemanticTagFromString(java.lang.String fsn)
Function to retrieve the Semantic Tag/hierarchy information from the FSN of the concept.- Parameters:
fsn- FSN or Fully Specified Name.- Returns:
- the Semantic Tag/hierarchy
Stringof the concept.
-
-