Class TestQueryManager


  • public class TestQueryManager
    extends java.lang.Object
    TestQueryManager class contains the test cases related to exploring details of SNOMED CT (concept Id).
    • Constructor Detail

      • TestQueryManager

        public TestQueryManager()
    • Method Detail

      • testPopulateConcept

        public void testPopulateConcept()
                                 throws java.sql.SQLException,
                                        java.text.ParseException
        Throws:
        java.sql.SQLException
        java.text.ParseException
      • testGetRelationships

        public void testGetRelationships()
                                  throws java.sql.SQLException,
                                         java.text.ParseException
        test case to get concept Id(s) with a particular relation to a concept Id.
        Throws:
        java.sql.SQLException
        java.text.ParseException
      • testGetAllRelationships

        public void testGetAllRelationships()
                                     throws java.sql.SQLException,
                                            java.text.ParseException
        test case to get all relationship associated with a concept Id
        Throws:
        java.sql.SQLException
        java.text.ParseException
      • testgetPreferredName

        public void testgetPreferredName()
                                  throws java.sql.SQLException
        test case to get preferred name for a concept Id
        Throws:
        java.sql.SQLException