...
Instantiate preferred name handler
Code Block config = ConfigUtility.getConfigProperties(); ComputePreferredNameHandler handlerService = ConfigUtility.newStandardHandlerInstanceWithConfiguration("compute.preferred.name.handler", "ICD9CM", ComputePreferredNameHandler.class);
- Call getPreferredNamecomputePreferredName(new ConceptJpa())
- TEST: returns null
- Call getPreferredNamecomputePreferredName(new HashSet<Description>())
- TEST: returns null
- Call isPreferredName(new DescriptionJpa())
- TEST: returns false
- Call isPreferredName(new DescriptionJpa(), new LanguageRefSetMemberJpa())
- TEST: returns false
...