repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/check/validator/criteria/CriteriaGroupValidator.java
src/main/java/org/ohdsi/webapi/check/validator/criteria/CriteriaGroupValidator.java
package org.ohdsi.webapi.check.validator.criteria; import org.ohdsi.circe.cohortdefinition.CriteriaGroup; import org.ohdsi.webapi.check.validator.Context; import org.ohdsi.webapi.check.validator.Path; import org.ohdsi.webapi.check.warning.WarningSeverity; import java.util.Objects; public class CriteriaGroupValidator...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/check/validator/criteria/CorelatedCriteriaValidator.java
src/main/java/org/ohdsi/webapi/check/validator/criteria/CorelatedCriteriaValidator.java
package org.ohdsi.webapi.check.validator.criteria; import org.ohdsi.circe.cohortdefinition.CorelatedCriteria; import org.ohdsi.webapi.check.validator.Context; import org.ohdsi.webapi.check.validator.Path; import org.ohdsi.webapi.check.warning.WarningSeverity; import java.util.Objects; public class CorelatedCriteriaV...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/check/validator/criteria/CriteriaValidator.java
src/main/java/org/ohdsi/webapi/check/validator/criteria/CriteriaValidator.java
package org.ohdsi.webapi.check.validator.criteria; import org.ohdsi.circe.cohortdefinition.Criteria; import org.ohdsi.webapi.check.validator.Context; import org.ohdsi.webapi.check.validator.Path; import org.ohdsi.webapi.check.warning.WarningSeverity; import java.util.Objects; public class CriteriaValidator<T extends...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/check/validator/conceptset/ConceptSetSelectionValidator.java
src/main/java/org/ohdsi/webapi/check/validator/conceptset/ConceptSetSelectionValidator.java
package org.ohdsi.webapi.check.validator.conceptset; import org.ohdsi.circe.cohortdefinition.ConceptSetSelection; import org.ohdsi.circe.vocabulary.Concept; import org.ohdsi.webapi.check.validator.Context; import org.ohdsi.webapi.check.validator.Path; import org.ohdsi.webapi.check.validator.Validator; import org.ohdsi...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/check/validator/tag/MandatoryTagValidator.java
src/main/java/org/ohdsi/webapi/check/validator/tag/MandatoryTagValidator.java
package org.ohdsi.webapi.check.validator.tag; import org.ohdsi.webapi.check.validator.Context; import org.ohdsi.webapi.check.validator.Path; import org.ohdsi.webapi.check.validator.Validator; import org.ohdsi.webapi.check.warning.WarningSeverity; import org.ohdsi.webapi.tag.TagService; import org.ohdsi.webapi.tag.doma...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/converter/BaseConversionServiceAwareConverter.java
src/main/java/org/ohdsi/webapi/converter/BaseConversionServiceAwareConverter.java
package org.ohdsi.webapi.converter; import org.springframework.beans.factory.InitializingBean; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.convert.converter.Converter; import org.springframework.core.convert.support.GenericConversionService; public abstract class Ba...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IRExecutionInfoRepository.java
src/main/java/org/ohdsi/webapi/ircalc/IRExecutionInfoRepository.java
package org.ohdsi.webapi.ircalc; import org.ohdsi.webapi.GenerationStatus; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import java.util.List; public interface IRExecutionInfoRepository extends...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisRepository.java
src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisRepository.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IRAnalysisTasklet.java
src/main/java/org/ohdsi/webapi/ircalc/IRAnalysisTasklet.java
/* * Copyright 2015 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysis.java
src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysis.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisExpression.java
src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisExpression.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/AnalysisReport.java
src/main/java/org/ohdsi/webapi/ircalc/AnalysisReport.java
/* * Copyright 2015 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisDetails.java
src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisDetails.java
/* * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distr...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/ExecutionInfoId.java
src/main/java/org/ohdsi/webapi/ircalc/ExecutionInfoId.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IRAnalysisQueryBuilder.java
src/main/java/org/ohdsi/webapi/ircalc/IRAnalysisQueryBuilder.java
/* * Copyright 2015 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/TimeAtRisk.java
src/main/java/org/ohdsi/webapi/ircalc/TimeAtRisk.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/DateRange.java
src/main/java/org/ohdsi/webapi/ircalc/DateRange.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/FieldOffset.java
src/main/java/org/ohdsi/webapi/ircalc/FieldOffset.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IRAnalysisInfoListener.java
src/main/java/org/ohdsi/webapi/ircalc/IRAnalysisInfoListener.java
package org.ohdsi.webapi.ircalc; import com.cosium.spring.data.jpa.entity.graph.domain.EntityGraph; import com.cosium.spring.data.jpa.entity.graph.domain.EntityGraphUtils; import org.ohdsi.webapi.Constants; import org.ohdsi.webapi.GenerationStatus; import org.springframework.batch.core.BatchStatus; import org.springfr...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/ExecutionInfo.java
src/main/java/org/ohdsi/webapi/ircalc/ExecutionInfo.java
/* * Copyright 2016 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/StratifyRule.java
src/main/java/org/ohdsi/webapi/ircalc/StratifyRule.java
/* * Copyright 2015 Observational Health Data Sciences and Informatics [OHDSI.org]. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisExportExpression.java
src/main/java/org/ohdsi/webapi/ircalc/IncidenceRateAnalysisExportExpression.java
package org.ohdsi.webapi.ircalc; import com.fasterxml.jackson.annotation.JsonProperty; import org.ohdsi.webapi.cohortdefinition.dto.CohortDTO; import java.util.ArrayList; import java.util.List; public class IncidenceRateAnalysisExportExpression extends IncidenceRateAnalysisExpression { @JsonProperty("targetCohort...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/dto/IRVersionFullDTO.java
src/main/java/org/ohdsi/webapi/ircalc/dto/IRVersionFullDTO.java
package org.ohdsi.webapi.ircalc.dto; import org.ohdsi.webapi.service.dto.IRAnalysisDTO; import org.ohdsi.webapi.versioning.dto.VersionFullDTO; public class IRVersionFullDTO extends VersionFullDTO<IRAnalysisDTO> { }
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/converter/IRAnalysisToIRVersionConverter.java
src/main/java/org/ohdsi/webapi/ircalc/converter/IRAnalysisToIRVersionConverter.java
package org.ohdsi.webapi.ircalc.converter; import org.ohdsi.webapi.converter.BaseConversionServiceAwareConverter; import org.ohdsi.webapi.ircalc.IncidenceRateAnalysis; import org.ohdsi.webapi.versioning.domain.CohortVersion; import org.ohdsi.webapi.versioning.domain.IRVersion; import org.springframework.stereotype.Com...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/ircalc/converter/IRVersionToIRAnalysisVersionFullDTOConverter.java
src/main/java/org/ohdsi/webapi/ircalc/converter/IRVersionToIRAnalysisVersionFullDTOConverter.java
package org.ohdsi.webapi.ircalc.converter; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.ohdsi.webapi.converter.BaseConversionServiceAwareConverter; import org.ohdsi.webapi.exception.ConversionAtlasException; import org.ohdsi.webapi.ircalc.Inc...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/sqlrender/SourceStatement.java
src/main/java/org/ohdsi/webapi/sqlrender/SourceStatement.java
package org.ohdsi.webapi.sqlrender; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.HashMap; import java.util.Map; import java.util.Objects; /** * * @author Lee Evans */ public class SourceStatement { @JsonProperty("targetdialect") private String targetDialect; @JsonProperty("o...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/sqlrender/SourceAwareSqlRender.java
src/main/java/org/ohdsi/webapi/sqlrender/SourceAwareSqlRender.java
package org.ohdsi.webapi.sqlrender; import org.apache.commons.lang3.ArrayUtils; import org.ohdsi.sql.SqlRender; import org.ohdsi.webapi.source.SourceService; import org.ohdsi.webapi.source.Source; import org.ohdsi.webapi.util.SourceUtils; import org.springframework.stereotype.Component; import static org.ohdsi.webapi...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/sqlrender/TranslatedStatement.java
src/main/java/org/ohdsi/webapi/sqlrender/TranslatedStatement.java
package org.ohdsi.webapi.sqlrender; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Objects; /** * * @author Lee Evans */ public class TranslatedStatement { @JsonProperty("targetSQL") private String targetSQL; public String getTargetSQL() { return targetSQL; } ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ConceptQuartileRecord.java
src/main/java/org/ohdsi/webapi/report/ConceptQuartileRecord.java
package org.ohdsi.webapi.report; /** * * i.e. box plot * */ public class ConceptQuartileRecord { private String category; private long conceptId; private int p10Value; private int p25Value; private int p75Value; private int p90Value; private int minValue; private int medianValue; private int maxVal...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMDashboard.java
src/main/java/org/ohdsi/webapi/report/CDMDashboard.java
package org.ohdsi.webapi.report; import java.util.List; import java.util.Objects; public class CDMDashboard { private List<CDMAttribute> summary; private List<ConceptCountRecord> gender; private List<ConceptDistributionRecord> ageAtFirstObservation; private List<CumulativeObservationRecord> cumulativ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/SeriesPerPerson.java
src/main/java/org/ohdsi/webapi/report/SeriesPerPerson.java
package org.ohdsi.webapi.report; public class SeriesPerPerson { private String seriesName; private int xCalendarMonth; private float yRecordCount; /** * @return the seriesName */ public String getSeriesName() { return seriesName; } /** * @param seriesName the seriesName to set */ public void setSerie...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortPersonSummary.java
src/main/java/org/ohdsi/webapi/report/CohortPersonSummary.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortPersonSummary { private List<ConceptDistributionRecord> yearOfBirth; private List<CohortStatsRecord> yearOfBirthStats; private List<ConceptCountRecord> gender; private List<ConceptCountRecord> race; private List<ConceptCountRecord> ethn...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortDrugEraDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortDrugEraDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortDrugEraDrilldown { private List<ConceptQuartileRecord> ageAtFirstExposure; private List<ConceptQuartileRecord> lengthOfEra; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<PrevalenceRecord> prevalenceByMonth; /**...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortBreakdown.java
src/main/java/org/ohdsi/webapi/report/CohortBreakdown.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; /** * * @author sgold1 */ public class CohortBreakdown { public Long people; // count public S...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMPersonSummary.java
src/main/java/org/ohdsi/webapi/report/CDMPersonSummary.java
package org.ohdsi.webapi.report; import java.util.List; import java.util.Objects; /** * Created by taa7016 on 8/12/2016. */ public class CDMPersonSummary { private List<CDMAttribute> summary; private List<ConceptCountRecord> gender; private List<ConceptCountRecord> race; private List<ConceptCountRe...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ConceptDistributionRecord.java
src/main/java/org/ohdsi/webapi/report/ConceptDistributionRecord.java
package org.ohdsi.webapi.report; import java.util.Objects; /** * * i.e. histogram record * */ public class ConceptDistributionRecord { private int intervalIndex; private double percentValue; private long countValue; /** * @return the intervalIndex */ public int getIntervalIndex() { return intervalInde...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortDrugDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortDrugDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortDrugDrilldown { private List<ConceptQuartileRecord> ageAtFirstExposure; private List<ConceptQuartileRecord> daysSupplyDistribution; private List<ConceptCountRecord> drugsByType; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ScatterplotRecord.java
src/main/java/org/ohdsi/webapi/report/ScatterplotRecord.java
package org.ohdsi.webapi.report; public class ScatterplotRecord { private String recordType; private long conceptId; private String conceptName; private int duration; private int countValue; private double pctPersons; /** * @return the recordType */ public String getRecordType() { return recordType; ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/PredictorResult.java
src/main/java/org/ohdsi/webapi/report/PredictorResult.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; import com.fasterxml.jackson.annotation.JsonProperty; /** * * @author asena5 */ public class Pred...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/package-info.java
src/main/java/org/ohdsi/webapi/report/package-info.java
/** * Model specific classes used by for viewing Achilles results (cohort results) */ package org.ohdsi.webapi.report;
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/DrugEraPrevalence.java
src/main/java/org/ohdsi/webapi/report/DrugEraPrevalence.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; /** * * @author anthonygsena */ public class DrugEraPrevalence { public DrugEraPrevalence() { ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMDeath.java
src/main/java/org/ohdsi/webapi/report/CDMDeath.java
package org.ohdsi.webapi.report; import java.util.List; /** * Created by taa7016 on 11/29/2016. */ public class CDMDeath { private List<ConceptQuartileRecord> ageAtDeath; private List<ConceptCountRecord> deathByType; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<Prevalenc...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortStatsRecord.java
src/main/java/org/ohdsi/webapi/report/CohortStatsRecord.java
package org.ohdsi.webapi.report; import java.util.Objects; public class CohortStatsRecord { private int minValue; private int maxValue; private int intervalSize; /** * @return the minValue */ public int getMinValue() { return minValue; } /** * @param minValue the minValue to set */ public void se...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/HierarchicalConceptRecord.java
src/main/java/org/ohdsi/webapi/report/HierarchicalConceptRecord.java
package org.ohdsi.webapi.report; /** * * i.e. treemap * */ public class HierarchicalConceptRecord { private long conceptId; private String conceptPath; private double recordsPerPerson; private double percentPersons; private long numPersons; private double lengthOfEra; private double percentPersonsBefore; ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/MonthObservationRecord.java
src/main/java/org/ohdsi/webapi/report/MonthObservationRecord.java
package org.ohdsi.webapi.report; import java.util.Objects; public class MonthObservationRecord { private int monthYear; private double percentValue; private long countValue; /** * @return the monthYear */ public int getMonthYear() { return monthYear; } /** * @param monthYear the monthYear to set *...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMAttribute.java
src/main/java/org/ohdsi/webapi/report/CDMAttribute.java
package org.ohdsi.webapi.report; import java.util.Objects; public class CDMAttribute { private String attributeName; private String attributeValue; /** * @return the attributeName */ public String getAttributeName() { return attributeName; } /** * @param attributeName the attributeName to set */ pu...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMResultsAnalysisRunner.java
src/main/java/org/ohdsi/webapi/report/CDMResultsAnalysisRunner.java
package org.ohdsi.webapi.report; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ArrayNode; import com.fasterxml.jackson.databind.node.ObjectNode; import org.ohdsi.webapi.report.mapper.*; import org.ohdsi.webapi.source.Sourc...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortSpecificSummary.java
src/main/java/org/ohdsi/webapi/report/CohortSpecificSummary.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortSpecificSummary { private List<ObservationPeriodRecord> personsByDurationFromStartToEnd; private List<PrevalenceRecord> prevalenceByMonth; private List<ConceptDecileRecord> numPersonsByCohortStartByGenderByAge; private List<ConceptQuartile...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortDeathData.java
src/main/java/org/ohdsi/webapi/report/CohortDeathData.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortDeathData { private List<ConceptQuartileRecord> agetAtDeath; private List<ConceptCountRecord> deathByType; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<PrevalenceRecord> prevalenceByMonth; /** * @retu...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMObservation.java
src/main/java/org/ohdsi/webapi/report/CDMObservation.java
package org.ohdsi.webapi.report; /** * Created by taa7016 on 10/4/2016. */ public class CDMObservation { }
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ConditionOccurrenceTreemapNode.java
src/main/java/org/ohdsi/webapi/report/ConditionOccurrenceTreemapNode.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; /** * * @author asena5 */ public class ConditionOccurrenceTreemapNode { public ConditionOccurren...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ExposureCohortResult.java
src/main/java/org/ohdsi/webapi/report/ExposureCohortResult.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; import com.fasterxml.jackson.annotation.JsonProperty; /** * * @author asena5 */ public class Expo...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMDrugSummary.java
src/main/java/org/ohdsi/webapi/report/CDMDrugSummary.java
package org.ohdsi.webapi.report; /** * Created by taa7016 on 8/29/2016. */ public class CDMDrugSummary { }
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/TimeToEventResult.java
src/main/java/org/ohdsi/webapi/report/TimeToEventResult.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; import com.fasterxml.jackson.annotation.JsonProperty; /** * * @author asena5 */ public class Time...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortConditionDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortConditionDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortConditionDrilldown { private List<ConceptQuartileRecord> ageAtFirstDiagnosis; private List<ConceptCountRecord> conditionsByType; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<PrevalenceRecord> prevalenceByMon...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortMeasurementDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortMeasurementDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortMeasurementDrilldown { private List<ConceptQuartileRecord> ageAtFirstOccurrence; private List<ConceptQuartileRecord> lowerLimitDistribution; private List<ConceptQuartileRecord> measurementValueDistribution; private List<ConceptQuartileReco...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMDataDensity.java
src/main/java/org/ohdsi/webapi/report/CDMDataDensity.java
package org.ohdsi.webapi.report; import java.util.List; /** * Created by taa7016 on 10/4/2016. */ public class CDMDataDensity { private List<ConceptQuartileRecord> conceptsPerPerson; private List<SeriesPerPerson> recordsPerPerson; private List<SeriesPerPerson> totalRecords; public List<SeriesPerPer...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ConceptDecileRecord.java
src/main/java/org/ohdsi/webapi/report/ConceptDecileRecord.java
package org.ohdsi.webapi.report; /** * * i.e. Trellis plot record * */ public class ConceptDecileRecord { private String trellisName; private long conceptId; private String seriesName; private double yPrevalence1000Pp; private int xCalendarYear; private int numPersons; /** * @return the numPersons *...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMObservationPeriod.java
src/main/java/org/ohdsi/webapi/report/CDMObservationPeriod.java
package org.ohdsi.webapi.report; import java.util.List; /** * Created by taa7016 on 10/4/2016. */ public class CDMObservationPeriod { private List<ConceptDistributionRecord> ageAtFirst; private List<ConceptDistributionRecord> observationLength; private List<ConceptDistributionRecord> personsWithContinuo...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortConditionEraDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortConditionEraDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortConditionEraDrilldown { private List<ConceptQuartileRecord> ageAtFirstDiagnosis; private List<ConceptQuartileRecord> lengthOfEra; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<PrevalenceRecord> prevalenceByMont...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/MonthlyPrevalence.java
src/main/java/org/ohdsi/webapi/report/MonthlyPrevalence.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; import java.util.ArrayList; /** * * @author fdefalco */ public class MonthlyPrevalence { publ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMConditionEra.java
src/main/java/org/ohdsi/webapi/report/CDMConditionEra.java
package org.ohdsi.webapi.report; /** * Created by taa7016 on 10/4/2016. */ public class CDMConditionEra { }
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMProcedureSummary.java
src/main/java/org/ohdsi/webapi/report/CDMProcedureSummary.java
package org.ohdsi.webapi.report; /** * Created by taa7016 on 8/29/2016. */ public class CDMProcedureSummary { }
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/PrevalenceRecord.java
src/main/java/org/ohdsi/webapi/report/PrevalenceRecord.java
package org.ohdsi.webapi.report; public class PrevalenceRecord { private int xCalendarMonth; private long conceptId; private String conceptName; private double yPrevalence1000Pp; private int numPersons; /** * @return the xCalendarMonth */ public int getxCalendarMonth() { return xCalendarMonth; } /** ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortObservationDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortObservationDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortObservationDrilldown { private List<ConceptQuartileRecord> ageAtFirstOccurrence; private List<ConceptQuartileRecord> lowerLimitDistribution; private List<ConceptQuartileRecord> observationValueDistribution; private List<ConceptQuartileReco...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/DrugPrevalence.java
src/main/java/org/ohdsi/webapi/report/DrugPrevalence.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; /** * * @author anthonygsena */ public class DrugPrevalence { public DrugPrevalence() { } ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CumulativeObservationRecord.java
src/main/java/org/ohdsi/webapi/report/CumulativeObservationRecord.java
package org.ohdsi.webapi.report; import java.util.Objects; public class CumulativeObservationRecord { private String seriesName; private int xLengthOfObservation; private double yPercentPersons; /** * @return the seriesName */ public String getSeriesName() { return seriesName; } /** * @param seriesN...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ExposureCohortSearch.java
src/main/java/org/ohdsi/webapi/report/ExposureCohortSearch.java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.ohdsi.webapi.report; import com.fasterxml.jackson.annotation.JsonProperty; /** * * @author asena5 */ public class Expo...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ObservationPeriodRecord.java
src/main/java/org/ohdsi/webapi/report/ObservationPeriodRecord.java
package org.ohdsi.webapi.report; public class ObservationPeriodRecord { private int cohortDefinitionId; private double pctPersons; private int countValue; private int duration; /** * @return the cohortDefinitionId */ public int getCohortDefinitionId() { return cohortDefinitionId; } /** * @param cohortD...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CDMCondition.java
src/main/java/org/ohdsi/webapi/report/CDMCondition.java
package org.ohdsi.webapi.report; /** * Created by taa7016 on 10/4/2016. */ public class CDMCondition { }
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortObservationPeriod.java
src/main/java/org/ohdsi/webapi/report/CohortObservationPeriod.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortObservationPeriod { private List<ConceptDistributionRecord> ageAtFirst; private List<ConceptDistributionRecord> observationLength; private List<ConceptDistributionRecord> personsWithContinuousObservationsByYear; private List<CohortStatsR...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/PackedConceptNode.java
src/main/java/org/ohdsi/webapi/report/PackedConceptNode.java
/* * Copyright 2015 fdefalco. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortVisitsDrilldown.java
src/main/java/org/ohdsi/webapi/report/CohortVisitsDrilldown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortVisitsDrilldown { private List<ConceptQuartileRecord> ageAtFirstOccurrence; private List<ConceptQuartileRecord> visitDurationByType; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<PrevalenceRecord> prevalen...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortProceduresDrillDown.java
src/main/java/org/ohdsi/webapi/report/CohortProceduresDrillDown.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortProceduresDrillDown { private List<ConceptQuartileRecord> ageAtFirstOccurrence; private List<ConceptCountRecord> proceduresByType; private List<ConceptDecileRecord> prevalenceByGenderAgeYear; private List<PrevalenceRecord> prevalence...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/ConceptCountRecord.java
src/main/java/org/ohdsi/webapi/report/ConceptCountRecord.java
package org.ohdsi.webapi.report; import java.util.Objects; /** * * i.e. donut * */ public class ConceptCountRecord { private String conditionConceptName; private long conditionConceptId; private String observationConceptName; private long observationConceptId; private String conceptName; private long ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortSpecificTreemap.java
src/main/java/org/ohdsi/webapi/report/CohortSpecificTreemap.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortSpecificTreemap { private List<HierarchicalConceptRecord> conditionOccurrencePrevalence; private List<HierarchicalConceptRecord> procedureOccurrencePrevalence; private List<HierarchicalConceptRecord> drugEraPrevalence; /** * @return the...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/CohortDataDensity.java
src/main/java/org/ohdsi/webapi/report/CohortDataDensity.java
package org.ohdsi.webapi.report; import java.util.List; public class CohortDataDensity { private List<SeriesPerPerson> recordsPerPerson; private List<SeriesPerPerson> totalRecords; private List<ConceptQuartileRecord> conceptsPerPerson; /** * @return the recordsPerPerson */ public List<SeriesPerPerson> get...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptConditionCountMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptConditionCountMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.ConceptCountRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptConditionCountMapper implements RowMapper<ConceptCountRecord> { @Override public ConceptCou...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/CumulativeObservationMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/CumulativeObservationMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.CumulativeObservationRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class CumulativeObservationMapper implements RowMapper<CumulativeObservationRecord> { @Override public...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ScatterplotMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ScatterplotMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.ScatterplotRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ScatterplotMapper implements RowMapper<ScatterplotRecord> { @Override public ScatterplotRecord mapR...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/HierarchicalConceptPrevalenceMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/HierarchicalConceptPrevalenceMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.HierarchicalConceptRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class HierarchicalConceptPrevalenceMapper implements RowMapper<HierarchicalConceptRecord> { @Overr...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/PrevalanceConceptNameMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/PrevalanceConceptNameMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.PrevalenceRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class PrevalanceConceptNameMapper implements RowMapper<PrevalenceRecord> { @Override public PrevalenceReco...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/CDMAttributeMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/CDMAttributeMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.CDMAttribute; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class CDMAttributeMapper implements RowMapper<CDMAttribute> { @Override public CDMAttribute mapRow(ResultSet rs, int ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/HierarchicalConceptMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/HierarchicalConceptMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.HierarchicalConceptRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class HierarchicalConceptMapper implements RowMapper<HierarchicalConceptRecord> { @Override publi...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptDistributionMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptDistributionMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.ConceptDistributionRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptDistributionMapper implements RowMapper<ConceptDistributionRecord>{ @Override public Concep...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/HierarchicalConceptEraMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/HierarchicalConceptEraMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.HierarchicalConceptRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class HierarchicalConceptEraMapper implements RowMapper<HierarchicalConceptRecord> { @Override pu...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptCountMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptCountMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.ConceptCountRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptCountMapper implements RowMapper<ConceptCountRecord> { @Override public ConceptCountRecord mapRow(...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptObservationCountMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptObservationCountMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.ConceptCountRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptObservationCountMapper implements RowMapper<ConceptCountRecord> { @Override public ConceptC...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/PrevalanceConceptMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/PrevalanceConceptMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.PrevalenceRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class PrevalanceConceptMapper implements RowMapper<PrevalenceRecord> { @Override public PrevalenceRecord mapRow(R...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/GenericRowMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/GenericRowMapper.java
package org.ohdsi.webapi.report.mapper; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import org.apache.commons.text.WordUtils; import org.springframework.jdbc.core.RowMapper; import org.springframework.jdbc.su...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/MonthObservationMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/MonthObservationMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.MonthObservationRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class MonthObservationMapper implements RowMapper<MonthObservationRecord> { @Override ...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/PrevalanceMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/PrevalanceMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.PrevalenceRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class PrevalanceMapper implements RowMapper<PrevalenceRecord> { @Override public PrevalenceRecord mapRow(ResultSe...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ObservationPeriodMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ObservationPeriodMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.cohortresults.ObservationPeriodRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ObservationPeriodMapper implements RowMapper<ObservationPeriodRecord> { @Override public Obse...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptQuartileMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptQuartileMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.ConceptQuartileRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptQuartileMapper implements RowMapper<ConceptQuartileRecord> { @Override public ConceptQuartileRe...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/CohortStatsMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/CohortStatsMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.CohortStatsRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class CohortStatsMapper implements RowMapper<CohortStatsRecord> { @Override public CohortStatsRecord mapRow(Resu...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptDecileMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptDecileMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.ConceptDecileRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptDecileMapper implements RowMapper<ConceptDecileRecord> { @Override public ConceptDecileRecord map...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/SeriesPerPersonMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/SeriesPerPersonMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.SeriesPerPerson; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class SeriesPerPersonMapper implements RowMapper<SeriesPerPerson> { @Override public SeriesPerPerson mapRow(Result...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/report/mapper/ConceptDecileCountsMapper.java
src/main/java/org/ohdsi/webapi/report/mapper/ConceptDecileCountsMapper.java
package org.ohdsi.webapi.report.mapper; import org.ohdsi.webapi.report.ConceptDecileRecord; import org.springframework.jdbc.core.RowMapper; import java.sql.ResultSet; import java.sql.SQLException; public class ConceptDecileCountsMapper implements RowMapper<ConceptDecileRecord> { @Override public ConceptDecileReco...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/cohortsample/CohortSampleRepository.java
src/main/java/org/ohdsi/webapi/cohortsample/CohortSampleRepository.java
package org.ohdsi.webapi.cohortsample; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Component; import java.util.List; /** * Repository of samples. This do...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false
OHDSI/WebAPI
https://github.com/OHDSI/WebAPI/blob/b22d7bf02d98c0cf78c46801877368d6ecad2245/src/main/java/org/ohdsi/webapi/cohortsample/CleanupCohortSamplesTasklet.java
src/main/java/org/ohdsi/webapi/cohortsample/CleanupCohortSamplesTasklet.java
package org.ohdsi.webapi.cohortsample; import org.ohdsi.webapi.cohortdefinition.CleanupCohortTasklet; import org.ohdsi.webapi.job.JobExecutionResource; import org.ohdsi.webapi.job.JobTemplate; import org.ohdsi.webapi.source.Source; import org.ohdsi.webapi.source.SourceDaimon; import org.ohdsi.webapi.source.SourceRepos...
java
Apache-2.0
b22d7bf02d98c0cf78c46801877368d6ecad2245
2026-01-05T02:37:20.475642Z
false