File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 194194
195195end
196196
197+ #=
197198@testset "GetDrugExposureIDs Tests" begin
198199
199200 test_ids = From(OMOPCDMCohortCreator.person) |> Select(Get.person_id) |> Limit(10) |> q -> render(q, dialect = OMOPCDMCohortCreator.dialect) |> q -> DBInterface.execute(sqlite_conn, q) |> DataFrame
207208
208209 @test Drug_exposure_ids == sort(df, :person_id)
209210end
211+ =#
210212
211213@testset " GetDrugConceptIDs Tests" begin
212214
354356 @test isequal (default_test, GetPatientAgeGroup (races_ethnicity, sqlite_conn))
355357end
356358
359+ #=
357360#Tests for GetPatientVisits
358361@testset "GetPatientVisits multiple dispatch Tests" begin
359362 #test for person with multiple visits
366369
367370 @test test_ids_genders == GetPatientVisits(GetPatientGender(visit_table,sqlite_conn), sqlite_conn)
368371end
372+ =#
369373
370374@testset " GetMostRecentConditions multiple dispatch Tests" begin
371375 # Test to get most recent conditions for multiple patients
444448end
445449
446450
451+ #=
447452@testset "GetDrugExposureIDs multiple dispatch Tests" begin
448453 test_ids = From(OMOPCDMCohortCreator.drug_exposure) |> Select(Get.person_id) |> Limit(1) |> q -> render(q, dialect = OMOPCDMCohortCreator.dialect) |> q -> DBInterface.execute(sqlite_conn, q) |> DataFrame
449454
454459
455460 @test Drug_exposure_genders == GetDrugExposureIDs(GetPatientGender(test_ids, sqlite_conn), sqlite_conn)
456461end
462+ =#
457463
458464
459465@testset " GetDrugConceptIDs multiple dispatch Tests" begin
You can’t perform that action at this time.
0 commit comments