You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, states are not present in the Eunomia database - it may be as simple a fix as to alter the location table and insert random state initials in the appropriate locations for each patient.
#=TODO: Determine how to add states to Eunomia database for testing
@test ids ==GetDatabasePersonIDs(sqlite_conn)
end#=TODO: Determine how to add states to Eunomia database for testing Currently, states are not present in the Eunomia database - it may be as simple a fix as to alter the location table and insert random state initials in the appropriate locations for each patient.labels: tests, moderate=## @testset "GetPatientState Tests" begin## end
The text was updated successfully, but these errors were encountered:
The Synthea generated data does in fact have State information however the current ETL-Synthea package does not load that data and so it is not available in the sample datasets. I think a solution would be to update ETL-Synthea to include this data and then create a new sample dataset or update the existing data sets in the EunomiaDatasets repository.
Currently, states are not present in the Eunomia database - it may be as simple a fix as to alter the location table and insert random state initials in the appropriate locations for each patient.
OMOPCDMCohortCreator.jl/test/sqlite/getters.jl
Line 7 in 92041e7
The text was updated successfully, but these errors were encountered: