JuliaHealth / OMOPCDMCohortCreator.jl

Create cohorts from databases utilizing the OMOP CDM
https://juliahealth.org/OMOPCDMCohortCreator.jl/stable
Other
8 stars 7 forks source link

Create tests for GetPatientVisits #7

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Reference the test set for GetPatientRace. There should be at least one test for a person who has only 1 visit and another that has multiple visits

https://github.com/JuliaHealth/OMOPCDMCohortCreator.jl/blob/6a22ec334f31bf9024bfdf3d5e58c95a5a218500/test/sqlite/getters.jl#L69


    @test isequal(minuend_2_test, GetPatientAgeGroup(test_ids, sqlite_conn; minuend = minuend_2, age_groupings = test_age_grouping_2))
end

#= TODO: Create tests for GetPatientVisits
Reference the test set for GetPatientRace. There should be at least one test for a person who has only 1 visit and another that has multiple visits
labels: tests
assignees: malinahy, jomoanime, VarshC
=#
# @testset "GetPatientVisits Tests" begin

# end

# @testset "GetMostRecentConditions Tests" begin
github-actions[bot] commented 1 year ago

Closed in 5bc436b78c900b7cf59631d2b6622873f27def65