JuliaHealth / OMOPCDMCohortCreator.jl

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

Add tests to VisitFilterPersonIDs #11

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Description: Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.

https://github.com/JuliaHealth/OMOPCDMCohortCreator.jl/blob/92041e7c9201ac4e0e3e38c73db46f0e68c4ddae/test/sqlite/filters.jl#L1


#= TODO: Add tests to VisitFilterPersonIDs 
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "VisitFilterPersonIDs Tests" begin

end

#= TODO: Add tests to ConditionFilterPersonIDs
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "ConditionFilterPersonIDs Tests" begin

end

#= TODO: Add tests to RaceFilterPersonIDs
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "RaceFilterPersonIDs Tests" begin

end

#= TODO: Add tests to GenderFilterPersonIDs
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "GenderFilterPersonIDs Tests" begin

end

#= TODO: Add tests to StateFilterPersonIDs
This depends on getting the test set for GetPatientState sorted out
labels: tests, moderate
=#
@testset "StateFilterPersonIDs Tests" begin

end
github-actions[bot] commented 1 year ago

Closed in 64e6cfc724c4519243b74363c7709882ecbff4c0