Class TestICDMapAgentJUnit
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.test.TestICDMapAgentJUnit
-
public class TestICDMapAgentJUnit extends java.lang.ObjectTestICDMapAgentJUnit class contains the test cases related to SNOMED CT to ICD-10 map.
-
-
Constructor Summary
Constructors Constructor Description TestICDMapAgentJUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAgeBasedMap()test case for mapping SNOMED CT to ICD-10 code using provided agevoidtestGenderBasedMap()test case for mapping SNOMED CT to ICD-10 code using provided gendervoidtestOneToManyMap()test case for one SNOMED CT mapped to many ICD-10 codevoidtestOneToNoneMap()test case for one SNOMED CT mapped to none ICD-10 codevoidtestOneToOneMap()test case for one SNOMED CT mapped to one ICD-10voidtestUseSecondaryMap()test case for mapping SNOMED CT to ICD-10 code using provided secondary diagnosis id
-
-
-
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
-
-