Class TestICDMapAgentJUnit


  • public class TestICDMapAgentJUnit
    extends java.lang.Object
    TestICDMapAgentJUnit class contains the test cases related to SNOMED CT to ICD-10 map.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testAgeBasedMap()
      test case for mapping SNOMED CT to ICD-10 code using provided age
      void testGenderBasedMap()
      test case for mapping SNOMED CT to ICD-10 code using provided gender
      void testOneToManyMap()
      test case for one SNOMED CT mapped to many ICD-10 code
      void testOneToNoneMap()
      test case for one SNOMED CT mapped to none ICD-10 code
      void testOneToOneMap()
      test case for one SNOMED CT mapped to one ICD-10
      void testUseSecondaryMap()
      test case for mapping SNOMED CT to ICD-10 code using provided secondary diagnosis id
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestICDMapAgentJUnit

        public TestICDMapAgentJUnit()
    • Method Detail

      • testOneToOneMap

        public void testOneToOneMap()
        test case for one SNOMED CT mapped to one ICD-10
      • testOneToManyMap

        public void testOneToManyMap()
        test case for one SNOMED CT mapped to many ICD-10 code
      • testOneToNoneMap

        public void testOneToNoneMap()
        test case for one SNOMED CT mapped to none ICD-10 code
      • testGenderBasedMap

        public void testGenderBasedMap()
        test case for mapping SNOMED CT to ICD-10 code using provided gender
      • testUseSecondaryMap

        public void testUseSecondaryMap()
        test case for mapping SNOMED CT to ICD-10 code using provided secondary diagnosis id
      • testAgeBasedMap

        public void testAgeBasedMap()
        test case for mapping SNOMED CT to ICD-10 code using provided age