Closed gowthamrao closed 4 years ago
Example: we currently have functions called getCohort that are returning cohort definitions. We need to explicitly call them getCohortDefinition.
getCohort
getCohortDefinition
All names should follow this convention https://github.com/OHDSI/ROhdsiWebApi/issues/86
Similar pattern will need to be implemented for conceptSet, incidenceRate, pathway etc.
Addressed through https://github.com/OHDSI/ROhdsiWebApi/pull/95
Example: we currently have functions called
getCohort
that are returning cohort definitions. We need to explicitly call themgetCohortDefinition
.All names should follow this convention https://github.com/OHDSI/ROhdsiWebApi/issues/86
Similar pattern will need to be implemented for conceptSet, incidenceRate, pathway etc.