Class TestQueryManager
- java.lang.Object
-
- in.cdac.medinfo.csnotk.csnolib.test.TestQueryManager
-
public class TestQueryManager extends java.lang.ObjectTestQueryManager class contains the test cases related to exploring details of SNOMED CT (concept Id).
-
-
Constructor Summary
Constructors Constructor Description TestQueryManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGetAllRelationships()test case to get all relationship associated with a concept IdvoidtestgetPreferredName()test case to get preferred name for a concept IdvoidtestGetRelationships()test case to get concept Id(s) with a particular relation to a concept Id.voidtestPopulateConcept()
-
-
-
Method Detail
-
testPopulateConcept
public void testPopulateConcept() throws java.sql.SQLException, java.text.ParseException- Throws:
java.sql.SQLExceptionjava.text.ParseException
-
testGetRelationships
public void testGetRelationships() throws java.sql.SQLException, java.text.ParseExceptiontest case to get concept Id(s) with a particular relation to a concept Id.- Throws:
java.sql.SQLExceptionjava.text.ParseException
-
testGetAllRelationships
public void testGetAllRelationships() throws java.sql.SQLException, java.text.ParseExceptiontest case to get all relationship associated with a concept Id- Throws:
java.sql.SQLExceptionjava.text.ParseException
-
testgetPreferredName
public void testgetPreferredName() throws java.sql.SQLExceptiontest case to get preferred name for a concept Id- Throws:
java.sql.SQLException
-
-